Changelog up to date, make comment re NEXT in the tests more clear, update TODO list...
[catagits/Catalyst-Runtime.git] / t / live_engine_response_print.t
index b6c6446..85afc80 100644 (file)
@@ -15,7 +15,7 @@ my $expected = {
    three => "foo,bar,baz",
 };
 
-for my $action ( keys %{$expected} ) {
+for my $action ( sort keys %{$expected} ) {
     ok( my $response = request('http://localhost/engine/response/print/' . $action ),
         'Request' );
     ok( $response->is_success, "Response $action successful 2xx" );