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 7917f86 commit 37c8b1aCopy full SHA for 37c8b1a
pkg/ruler/api_test.go
@@ -239,3 +239,8 @@ func Test_GetConfigs_IncludesNewerConfigsAndExcludesOlder(t *testing.T) {
239
userID3: config3,
240
}, found)
241
}
242
+
243
+// Test user w/ only alertmanager config doesn't show up in getallconfigs
244
+// Test posting invalid config
245
+// Test setting ruler config doesn't change alertmanager config
246
+// Test setting alertmanager config doesn't change ruler config
0 commit comments