(t *testing.T)
| 343 | } |
| 344 | |
| 345 | func TestRulerAPISharding(t *testing.T) { |
| 346 | testRulerAPIWithSharding(t, false) |
| 347 | } |
| 348 | |
| 349 | func TestRulerAPIShardingWithAPIRulesBackupEnabled(t *testing.T) { |
| 350 | testRulerAPIWithSharding(t, true) |
nothing calls this directly
no test coverage detected