diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-05 12:30:04 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-05 12:30:04 -0600 |
| commit | 7a23f5256b861705b69405c690eead5b30df7775 (patch) | |
| tree | a6c218ab2b9778bc9703757dc7033c40a35b1266 /tests | |
| parent | 3b6b2b3029e0b9ba185028db0eb77a3d46998a5c (diff) | |
feat: allow requests from localhost
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/authorization/check_service_test.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/authorization/check_service_test.rs b/tests/authorization/check_service_test.rs index fc1ab75a..b50d3689 100644 --- a/tests/authorization/check_service_test.rs +++ b/tests/authorization/check_service_test.rs @@ -130,8 +130,9 @@ mod tests { // {status: tonic::Code::PermissionDenied, http: &HTTPRequest{Method: "GET", Path: "/dashboard", Headers: invalidHeaders}}, let hosts = vec![ - "sparkle.staging.runway.gitlab.net", + "localhost:10000", "sparkle.runway.gitlab.net", + "sparkle.staging.runway.gitlab.net", ]; let routes = vec