@@ -52,7 +52,7 @@ public function provideSpecs()
5252 )->withExactTags ([
5353 'symfony.route.action ' => 'AppBundle\Controller\CommonScenariosController@simpleAction ' ,
5454 'symfony.route.name ' => 'simple ' ,
55- ' http.route ' => ' /simple ' ,
55+
5656 'http.method ' => 'GET ' ,
5757 'http.url ' => 'http://localhost/simple?key=value&<redacted> ' ,
5858 'http.status_code ' => '200 ' ,
@@ -91,7 +91,7 @@ public function provideSpecs()
9191 )->withExactTags ([
9292 'symfony.route.action ' => 'AppBundle\Controller\CommonScenariosController@simpleViewAction ' ,
9393 'symfony.route.name ' => 'simple_view ' ,
94- ' http.route ' => ' /simple_view ' ,
94+
9595 'http.method ' => 'GET ' ,
9696 'http.url ' => 'http://localhost/simple_view?key=value&<redacted> ' ,
9797 'http.status_code ' => '200 ' ,
@@ -139,7 +139,7 @@ public function provideSpecs()
139139 )->withExactTags ([
140140 'symfony.route.action ' => 'AppBundle\Controller\CommonScenariosController@errorAction ' ,
141141 'symfony.route.name ' => 'error ' ,
142- ' http.route ' => ' /error ' ,
142+
143143 'http.method ' => 'GET ' ,
144144 'http.url ' => 'http://localhost/error?key=value&<redacted> ' ,
145145 'http.status_code ' => '500 ' ,
0 commit comments