Commit 040b871
Yael Lorenzo
Update ResponseWithAssertions.php
The situation is the following:
$request = Athena::api()->post($this->getUri());
$response = $request->then()->assertThat();
$response->retrieve();
If success this is ok, if not, I cannot reach the status code to retry the request.1 parent fda74d8 commit 040b871
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
163 | 171 | | |
0 commit comments