(t *testing.T)
| 589 | } |
| 590 | |
| 591 | func TestRulesPaginationAPISharding(t *testing.T) { |
| 592 | testRulesPaginationAPIWithSharding(t, false) |
| 593 | } |
| 594 | |
| 595 | func TestRulesPaginationAPIShardingWithAPIRulesBackupEnabled(t *testing.T) { |
| 596 | testRulesPaginationAPIWithSharding(t, true) |
nothing calls this directly
no test coverage detected