final final fixes?
Some checks failed
checks-impure / test (pull_request) Successful in 30s
checks / test (pull_request) Failing after 2m5s

This commit is contained in:
sara-pervana
2023-12-12 21:48:11 +01:00
parent da0600c0ac
commit 760b4add33
9 changed files with 136 additions and 52 deletions

View File

@@ -266,7 +266,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": {
@@ -283,7 +283,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": {