From 629dd5fa5ff31d1f68e53bd05cf8b787e4b7e1ab Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Tue, 19 Oct 2021 08:27:31 +0200
Subject: [PATCH] fix incorrect test configuration

---
 .../test/resources/k8s-resource-files/test-execution-update.yaml | 1 -
 .../src/test/resources/k8s-resource-files/test-execution.yaml    | 1 -
 2 files changed, 2 deletions(-)

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 4689e468d..c075702da 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 816915ad8..e12c851da 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"
-- 
GitLab