From faba057dc639ee4b54149a02b4f63f511d25b2d2 Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Wed, 3 Jan 2024 15:14:01 +0000 Subject: [PATCH] Fix typo --- director/origin_api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/director/origin_api_test.go b/director/origin_api_test.go index 1da17f51f..b950d1014 100644 --- a/director/origin_api_test.go +++ b/director/origin_api_test.go @@ -23,7 +23,7 @@ import ( "github.com/pelicanplatform/pelican/test_utils" ) -// For these tests, we only need to lookup key locations. Create a dummy registry that only +// For these tests, we only need to lookup key locations. Create a dummy registry that only returns // the jwks_uri location for the given key. Once a server is instantiated, it will only return // locations for the provided prefix. To change prefixes, create a new registry mockup. func registryMockup(t *testing.T, prefix string) *httptest.Server {