Skip to content

Commit

Permalink
Update env var in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Oct 4, 2023
1 parent 4510bab commit 2c82f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestGetIps(t *testing.T) {
func TestGetToken(t *testing.T) {

// Need a namespace for token acquisition
defer os.Unsetenv("PELICAN_FEDERATIONTOPOLOGYNAMESPACEURL")
defer os.Unsetenv("PELICAN_FEDERATION_TOPOLOGYNAMESPACEURL")
os.Setenv("PELICAN_TOPOLOGY_NAMESPACE_URL", "https://topology.opensciencegrid.org/osdf/namespaces")
viper.Reset()
err := config.InitClient()
Expand Down

0 comments on commit 2c82f21

Please sign in to comment.