From 1bea9cb247d5c179914ed4894370fd29618bc83d Mon Sep 17 00:00:00 2001 From: Justin Hiemstra Date: Wed, 6 Dec 2023 21:48:56 +0000 Subject: [PATCH] Fix test --- namespace_registry/client_commands_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/namespace_registry/client_commands_test.go b/namespace_registry/client_commands_test.go index 299513d21..ceedbbcd2 100644 --- a/namespace_registry/client_commands_test.go +++ b/namespace_registry/client_commands_test.go @@ -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"))