@@ -252,7 +252,7 @@ public function testReadWithUnsupportedAccept(): void
252252 {
253253 $ response = $ this ->httpRequest (
254254 'GET ' ,
255- '/api/pets/e19a00b4-241e-4241-a641-bac2a4a65f64 ' ,
255+ '/api/pets/019c201f-6a83-7696-9899-50fbf7b2278d ' ,
256256 [
257257 'Accept ' => 'text/html ' ,
258258 ]
@@ -265,7 +265,7 @@ public function testReadWithNotFound(): void
265265 {
266266 $ response = $ this ->httpRequest (
267267 'GET ' ,
268- '/api/pets/e19a00b4-241e-4241-a641-bac2a4a65f64 ' ,
268+ '/api/pets/019c201f-6a83-7696-9899-50fbf7b2278d ' ,
269269 [
270270 'Accept ' => 'application/json ' ,
271271 ]
@@ -316,7 +316,7 @@ public function testUpdateWithUnsupportedAccept(): void
316316 {
317317 $ response = $ this ->httpRequest (
318318 'PUT ' ,
319- '/api/pets/e19a00b4-241e-4241-a641-bac2a4a65f64 ' ,
319+ '/api/pets/019c201f-6a83-7696-9899-50fbf7b2278d ' ,
320320 [
321321 'Accept ' => 'text/html ' ,
322322 ]
@@ -329,7 +329,7 @@ public function testUpdateWithUnsupportedContentType(): void
329329 {
330330 $ response = $ this ->httpRequest (
331331 'PUT ' ,
332- '/api/pets/e19a00b4-241e-4241-a641-bac2a4a65f64 ' ,
332+ '/api/pets/019c201f-6a83-7696-9899-50fbf7b2278d ' ,
333333 [
334334 'Accept ' => 'application/json ' ,
335335 'Content-Type ' => 'text/html ' ,
@@ -363,7 +363,7 @@ public function testUpdateWithNotFound(): void
363363 {
364364 $ response = $ this ->httpRequest (
365365 'PUT ' ,
366- '/api/pets/e19a00b4-241e-4241-a641-bac2a4a65f64 ' ,
366+ '/api/pets/019c201f-6a83-7696-9899-50fbf7b2278d ' ,
367367 [
368368 'Accept ' => 'application/json ' ,
369369 'Content-Type ' => 'application/json ' ,
@@ -483,7 +483,7 @@ public function testDeleteWithUnsupportedAccept(): void
483483 {
484484 $ response = $ this ->httpRequest (
485485 'DELETE ' ,
486- '/api/pets/e19a00b4-241e-4241-a641-bac2a4a65f64 ' ,
486+ '/api/pets/019c201f-6a83-7696-9899-50fbf7b2278d ' ,
487487 [
488488 'Accept ' => 'text/html ' ,
489489 ]
@@ -496,7 +496,7 @@ public function testDeleteWithNotFound(): void
496496 {
497497 $ response = $ this ->httpRequest (
498498 'DELETE ' ,
499- '/api/pets/e19a00b4-241e-4241-a641-bac2a4a65f64 ' ,
499+ '/api/pets/019c201f-6a83-7696-9899-50fbf7b2278d ' ,
500500 [
501501 'Accept ' => 'application/json ' ,
502502 ]
0 commit comments