Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Jan 31, 2024
1 parent 5682991 commit b72c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion director/origin_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b72c8c5

Please sign in to comment.