Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Oct 5, 2023
1 parent 0a2895b commit d616d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion director/redirect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestDirectorRegistration(t *testing.T) {
namaspaceADs = ListNamespacesFromOrigins()
assert.False(t, NamespaceAdContainsPath(namaspaceADs, "/foo/bar"), "Found namespace in the director cache even if the token validation failed.")
serverAds.DeleteAll()

// Repeat again but with bad origin version
wInv = httptest.NewRecorder()
cInv, rInv = gin.CreateTestContext(wInv)
Expand Down

0 comments on commit d616d79

Please sign in to comment.