Commit c5078d2e authored by Benoit Orihuela's avatar Benoit Orihuela
Browse files

fix(037_04): incorrect expectation file

parent cfaf6991
Loading
Loading
Loading
Loading
+21 −14
Original line number Diff line number Diff line
@@ -8,6 +8,13 @@
          {
            "type": "https://ngsi-ld-test-suite/context#Building"
          }
        ],
        "propertyNames": [
          "https://ngsi-ld-test-suite/context#name",
          "https://ngsi-ld-test-suite/context#subCategory"
        ],
        "relationshipNames": [
          "locatedAt"
        ]
      }
    ],
+2 −2
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ context_server_port = 8087
core_context = 'https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld'

#DistOps variables
remote_url = 'http://localhost:8081/ngsi-ld/v1'
context_source_endpoint  = 'http://localhost:8081'
remote_url = 'http://0.0.0.0:8081/ngsi-ld/v1'
context_source_endpoint  = 'http://0.0.0.0:8081'

# GitHub repository details
# github_owner = 'your_github_username'