FIX: fixed issue where the response of the kube api was not written correct

This commit is contained in:
Henry Winkel
2023-10-26 15:57:37 +02:00
parent 26ff04067d
commit d0db414c16
4 changed files with 20 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ SCENARIO("Testing the SimCore Sensor")
LOG_S(INFO)<<pod1.start(api,token);
LOG_S(INFO)<< pod1.getInfo(api, token);
// pod1.stop(api,token);
pod1.stop(api,token);
WHEN("constructing Track Object with data")
{