Skip to content

Commit ad1281e

Browse files
committed
Fixed test result
1 parent ed1771e commit ad1281e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SDKTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public function testHTTPSuccess()
231231
$this->assertEquals('PATCH:/v1/mock/tests/bar:passed', $output[8] ?? '');
232232
$this->assertEquals('DELETE:/v1/mock/tests/bar:passed', $output[9] ?? '');
233233

234-
$this->assertEquals('GET:/v1/mock/tests/general/redirected:passed', $output[10]);
234+
$this->assertEquals('GET:/v1/mock/tests/general/redirect/done:passed', $output[10]);
235235
//$this->assertEquals($output[11], 'POST:/v1/mock/tests/general/upload:passed');
236236
}
237237
}

0 commit comments

Comments
 (0)