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 4ef4fdc007816bb492fbd90d6ddc516a2332cd5e..441493ae9213923aa6966d756981f0d1d5bc5a84 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
@@ -7,17 +7,18 @@ spec:
   benchmark: "uc1-kstreams-update"
   load:
     loadType: "NumSensors"
-    loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
+    loadValues: [ 25000, 50000, 75000, 100000, 125000, 150000 ]
   resources:
     resourceType: "Instances"
-    resourceValues: [1, 2, 3, 4, 5]
+    resourceValues: [ 1, 2, 3, 4, 5 ]
   slos:
     - sloType: "lag trend"
-      threshold: 2000
       prometheusUrl: "http://prometheus-operated:9090"
-      externalSloUrl: "http://localhost:80/evaluate-slope"
       offset: 0
-      warmup: 60 # in seconds
+      properties:
+        threshold: 2000
+        externalSloUrl: "http://localhost:80/evaluate-slope"
+        warmup: 60 # in seconds
   execution:
     strategy: "LinearSearch"
     duration: 300 # in seconds
@@ -25,4 +26,4 @@ spec:
     loadGenerationDelay: 30 # in seconds
     restrictions:
       - "LowerBound"
-  configOverrides: []
+  configOverrides: [ ]
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 4d6ade6ae32b064fd45b3fa508a936645538a543..cb74b70be236a8cb3070dbcd7016416bf9c3003f 100644
--- a/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml
+++ b/theodolite/src/test/resources/k8s-resource-files/test-execution.yaml
@@ -7,17 +7,18 @@ spec:
   benchmark: "uc1-kstreams"
   load:
     loadType: "NumSensors"
-    loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
+    loadValues: [ 25000, 50000, 75000, 100000, 125000, 150000 ]
   resources:
     resourceType: "Instances"
-    resourceValues: [1, 2, 3, 4, 5]
+    resourceValues: [ 1, 2, 3, 4, 5 ]
   slos:
     - sloType: "lag trend"
-      threshold: 2000
       prometheusUrl: "http://prometheus-operated:9090"
-      externalSloUrl: "http://localhost:80/evaluate-slope"
       offset: 0
-      warmup: 60 # in seconds
+      properties:
+        threshold: 2000
+        externalSloUrl: "http://localhost:80/evaluate-slope"
+        warmup: 60 # in seconds
   execution:
     strategy: "LinearSearch"
     duration: 300 # in seconds
@@ -25,4 +26,4 @@ spec:
     loadGenerationDelay: 30 # in seconds
     restrictions:
       - "LowerBound"
-  configOverrides: []
+  configOverrides: [ ]