We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09ae7b commit d4fd1f8Copy full SHA for d4fd1f8
1 file changed
internal/config/config_test.go
@@ -55,7 +55,7 @@ func TestLoad_Defaults(t *testing.T) {
55
}
56
57
func TestLoad_MissingNatsURL(t *testing.T) {
58
- // leave NATS_URL unset
+ t.Setenv("NATS_URL", "")
59
t.Setenv("MS_GRAPH_TENANT_ID", "tenant")
60
t.Setenv("MS_GRAPH_CLIENT_ID", "client")
61
t.Setenv("MS_GRAPH_CLIENT_SECRET", "secret")
0 commit comments