We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d37e4 commit 04c6d4cCopy full SHA for 04c6d4c
test/with_api_v2/acceptance/silence_test.go
@@ -15,14 +15,15 @@ package test
15
16
import (
17
"fmt"
18
- "github.com/go-openapi/strfmt"
19
- "github.com/prometheus/alertmanager/api/v2/client/silence"
20
- "github.com/prometheus/alertmanager/api/v2/models"
21
- "github.com/stretchr/testify/require"
22
"strings"
23
"testing"
24
"time"
25
+ "github.com/go-openapi/strfmt"
+ "github.com/stretchr/testify/require"
+
+ "github.com/prometheus/alertmanager/api/v2/client/silence"
26
+ "github.com/prometheus/alertmanager/api/v2/models"
27
. "github.com/prometheus/alertmanager/test/with_api_v2"
28
)
29
0 commit comments