Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvibes committed Nov 5, 2024
1 parent 9be4247 commit b1d2d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/relayproxy/service/gofeatureflag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -426,7 +426,7 @@ func Test_initNotifier(t *testing.T) {
SlackWebhookURL: "http:xxxx.xxx",
},
{
Kind: config.MicrosoftTeamsNotifier,
Kind: config.MicrosoftTeamsNotifier,
MicrosoftTeamsWebhookURL: "http:zzzz.zzz",
},
{
Expand Down

0 comments on commit b1d2d74

Please sign in to comment.