diff --git a/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml b/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml index 4689e468d379685463d2be71a0dde224f5766e9e..c075702da218397352f1dc1e5b283534fbb4d718 100644 --- a/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml +++ b/theodolite/src/test/resources/k8s-resource-files/test-execution-update.yaml @@ -15,7 +15,6 @@ spec: - sloType: "lag trend" prometheusUrl: "http://prometheus-operated:9090" offset: 0 - query: "sum by(group)(kafka_consumergroup_group_lag >= 0)" properties: threshold: 2000 externalSloUrl: "http://localhost:80/evaluate-slope" diff --git a/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml b/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml index 816915ad81ebb9fe6382740111db302388c5e4e3..e12c851da5d8a79f57b1fa59b86239c219370c0f 100644 --- a/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml +++ b/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml @@ -15,7 +15,6 @@ spec: - sloType: "lag trend" prometheusUrl: "http://prometheus-operated:9090" offset: 0 - query: "sum by(group)(kafka_consumergroup_group_lag >= 0)" properties: threshold: 2000 externalSloUrl: "http://localhost:80/evaluate-slope"