Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Dec 6, 2023
1 parent 2c319fa commit 1bea9cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions namespace_registry/client_commands_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ import (
func registryMockup(t *testing.T) *httptest.Server {
issuerTempDir := t.TempDir()

viper.Reset()
config.InitConfig()
ikey := filepath.Join(issuerTempDir, "issuer.jwk")
viper.Set("IssuerKey", ikey)
viper.Set("Registry.DbLocation", filepath.Join(issuerTempDir, "test.sql"))
Expand Down

0 comments on commit 1bea9cb

Please sign in to comment.