Skip to content

Commit

Permalink
fix imports order
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Freund <tomas.freund@datamole.cz>
  • Loading branch information
tomasfreund committed Aug 10, 2021
1 parent 92e7c4b commit 10e6e04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions notify/opsgenie/opsgenie_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ import (
"time"

"github.com/go-kit/log"
commoncfg "github.com/prometheus/common/config"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"

"github.com/prometheus/alertmanager/config"
"github.com/prometheus/alertmanager/notify"
"github.com/prometheus/alertmanager/notify/test"
"github.com/prometheus/alertmanager/types"
commoncfg "github.com/prometheus/common/config"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"
)

func TestOpsGenieRetry(t *testing.T) {
Expand Down

0 comments on commit 10e6e04

Please sign in to comment.