diff options
Diffstat (limited to 'grasp-audit/src/specs/grasp01/cors.rs')
| -rw-r--r-- | grasp-audit/src/specs/grasp01/cors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grasp-audit/src/specs/grasp01/cors.rs b/grasp-audit/src/specs/grasp01/cors.rs index c877c04..409f2d3 100644 --- a/grasp-audit/src/specs/grasp01/cors.rs +++ b/grasp-audit/src/specs/grasp01/cors.rs | |||
| @@ -459,7 +459,7 @@ mod tests { | |||
| 459 | .trim_end_matches('/') | 459 | .trim_end_matches('/') |
| 460 | .to_string(); | 460 | .to_string(); |
| 461 | 461 | ||
| 462 | let config = AuditConfig::ci(); | 462 | let config = AuditConfig::isolated(); |
| 463 | let client = AuditClient::new(&relay_url, config) | 463 | let client = AuditClient::new(&relay_url, config) |
| 464 | .await | 464 | .await |
| 465 | .unwrap_or_else(|_| { | 465 | .unwrap_or_else(|_| { |