FIX:removed test from cmakelists

This commit is contained in:
Henry Winkel
2024-03-13 16:47:23 +01:00
parent 0e05106d1e
commit 81cf88f13c
2 changed files with 19 additions and 19 deletions

View File

@@ -103,7 +103,7 @@ std::this_thread::sleep_for(std::chrono::milliseconds(5000));
REQUIRE(ShipPod1.getOwner() == "controller");
REQUIRE(ShipPod1.getStatus() == "Running");
REQUIRE(!ShipPod1.getIp().empty());
REQUIRE(ShipPod1.getPodsChilds(api).size() == 2);
REQUIRE(ShipPod1.getPodsChilds(api).size() == 3);
// REQUIRE(info1 != "");