We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f312d2b commit d31f1f8Copy full SHA for d31f1f8
t/serialized_unittests/UnifiedApi/Controller/Services.t
@@ -62,7 +62,7 @@ foreach my $service (@services) {
62
$t->post_ok("/api/v1/service/$service/restart" => json => { })
63
->json_is('/restart', 1)
64
->json_has('/pid')
65
- ->json_unlike('/pid', qr/$pid/)
+ ->json_unlike('/pid', qr/$pid/, "different pid for $service after restart")
66
->status_is(200);
67
}
68
if( $enabled ) {
0 commit comments