fix tests
This commit is contained in:
@@ -36,7 +36,7 @@ class ApiUrlFetchSsrfAndCallbackSafetyContractTest extends FullSurfaceE2EContrac
|
||||
$response = $this->requestAs($this->actorFor($uri), $method, $uri, $payload);
|
||||
|
||||
$this->assertControlled($response, $method, $uri);
|
||||
$this->assertNoServerError($response, 'SSRF URL probe at ' . $method . ' ' . $uri);
|
||||
$this->assertNoServerError($response, 'SSRF URL probe at '.$method.' '.$uri);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user