generated from Luis/nextjs-python-web-template
Merge branch 'main' of ssh://gitea.gchq.icu:7171/IoSL/service-aware-frontend
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user