Merge branch 'main' of ssh://gitea.gchq.icu:7171/IoSL/service-aware-frontend

This commit is contained in:
Georg-Stahn
2023-12-20 14:16:04 +01:00
24 changed files with 761 additions and 583 deletions

View File

@@ -392,7 +392,7 @@ def test_entity(api: TestClient) -> None:
request_body = {
"did": default_entity_did,
"name": "C1",
"ip": "127.0.0.1",
"ip": "127.0.0.1:5555",
"attached": False,
"visible": True,
"other": {
@@ -409,7 +409,7 @@ def test_entity2(api: TestClient) -> None:
request_body = {
"did": default_entity_did2,
"name": "C2",
"ip": "127.0.0.2",
"ip": "127.0.0.1:5555",
"attached": False,
"visible": True,
"other": {