(t *testing.T)
| 1875 | } |
| 1876 | |
| 1877 | func createTestRuleGroup(t *testing.T) rulefmt.RuleGroup { |
| 1878 | t.Helper() |
| 1879 | return rulefmt.RuleGroup{ |
| 1880 | Name: "test_encoded_+\"+group_name/?", |
| 1881 | Interval: 100, |
| 1882 | Rules: []rulefmt.Rule{ |
| 1883 | { |
| 1884 | Record: "test_rule", |
| 1885 | Expr: "up", |
| 1886 | }, |
| 1887 | }, |
| 1888 | } |
| 1889 | } |
no outgoing calls
no test coverage detected