summaryrefslogtreecommitdiff
path: root/tests/authorization/check_service_test.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-09 09:33:33 -0600
committermo khan <mo@mokhan.ca>2025-07-09 09:33:33 -0600
commit203ed8abfbf47c8a41a455c1f8baf7c53b7c51cc (patch)
tree267c875199b6909d15f3b940e8d7286c21362acd /tests/authorization/check_service_test.rs
parent8417a15087cc6f42c77fe070011ac2207f8d852d (diff)
test: add sparkle public endpoint tests
Diffstat (limited to 'tests/authorization/check_service_test.rs')
-rw-r--r--tests/authorization/check_service_test.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/authorization/check_service_test.rs b/tests/authorization/check_service_test.rs
index c5c824fc..60cbc11c 100644
--- a/tests/authorization/check_service_test.rs
+++ b/tests/authorization/check_service_test.rs
@@ -131,10 +131,6 @@ mod tests {
#[tokio::test]
async fn test_public_sparkle_endpoints() {
- // {status: tonic::Code::Ok, http: &HTTPRequest{Method: "GET", Path: "/dashboard", Headers: loggedInHeaders}},
- // {status: tonic::Code::Ok, http: &HTTPRequest{Method: "POST", Path: "/sparkles", Headers: loggedInHeaders}},
- // {status: tonic::Code::PermissionDenied, http: &HTTPRequest{Method: "GET", Path: "/dashboard", Headers: invalidHeaders}},
-
let hosts = vec![
"localhost:10000",
"sparkle.runway.gitlab.net",