Skip to content

Commit

Permalink
Attempt a fix for failing windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Dec 7, 2023
1 parent fe01754 commit 6cc1b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namespace_registry/client_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

func registryMockup(t *testing.T, testName string) *httptest.Server {
issuerTempDir := t.TempDir() + testName
issuerTempDir := filepath.Join(t.TempDir(), testName)

ikey := filepath.Join(issuerTempDir, "issuer.jwk")
viper.Set("IssuerKey", ikey)
Expand Down

0 comments on commit 6cc1b82

Please sign in to comment.