diff --git a/cmd/relayproxy/service/gofeatureflag_test.go b/cmd/relayproxy/service/gofeatureflag_test.go index ea8721a87ee..3edfee28745 100644 --- a/cmd/relayproxy/service/gofeatureflag_test.go +++ b/cmd/relayproxy/service/gofeatureflag_test.go @@ -20,8 +20,8 @@ import ( "github.com/thomaspoignant/go-feature-flag/exporter/sqsexporter" "github.com/thomaspoignant/go-feature-flag/exporter/webhookexporter" "github.com/thomaspoignant/go-feature-flag/notifier" - "github.com/thomaspoignant/go-feature-flag/notifier/slacknotifier" "github.com/thomaspoignant/go-feature-flag/notifier/microsoftteamsnotifier" + "github.com/thomaspoignant/go-feature-flag/notifier/slacknotifier" "github.com/thomaspoignant/go-feature-flag/notifier/webhooknotifier" "github.com/thomaspoignant/go-feature-flag/retriever" "github.com/thomaspoignant/go-feature-flag/retriever/fileretriever" @@ -426,7 +426,7 @@ func Test_initNotifier(t *testing.T) { SlackWebhookURL: "http:xxxx.xxx", }, { - Kind: config.MicrosoftTeamsNotifier, + Kind: config.MicrosoftTeamsNotifier, MicrosoftTeamsWebhookURL: "http:zzzz.zzz", }, {