Skip to content

Commit fc77e23

Browse files
committed
fix: response
1 parent e1e6228 commit fc77e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
abstract class Base extends TestCase
1818
{
1919
protected const PING_RESPONSE = [
20-
'GET:/v1/mock/tests/ping:passed',
20+
'GET:/v1/ping:passed',
2121
];
2222

2323
protected const FOO_RESPONSES = [

0 commit comments

Comments
 (0)