You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/e2e/services.go
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,15 @@ import (
20
20
const (
21
21
apiImage="quay.io/observatorium/api:local_e2e_test"// Image that is built if you run `make container-test`.
22
22
23
-
// Labels matching below thanos v0.24 will fail with "no matchers specified (excluding external labels)" if you specify only tenant matcher. Fixed later on.
0 commit comments