Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Mar 5, 2024
1 parent 03de2c1 commit e0abb88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ class EntityHandlerTests {
{
"type": "https://uri.etsi.org/ngsi-ld/errors/LdContextNotAvailable",
"title": "A remote JSON-LD @context referenced in a request cannot be retrieved by the NGSI-LD Broker and expansion or compaction cannot be performed",
"detail": "Unable to load remote context (cause was: JsonLdError[code=There was a problem encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There was a problem encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED].])"
"detail": "Unable to load remote context (cause was: JsonLdError[code=There was a problem encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There wa a problem encountered loading a remote context [https://easyglobalmarket.com/contexts/diat.jsonld]])"
}
""".trimIndent()
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ class ParsingUtilsTests {
assertTrue(it is LdContextNotAvailableException)
assertEquals(
"Unable to load remote context (cause was: JsonLdError[code=There was a problem encountered " +
"loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There was a problem " +
"encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED].])",
"loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED]., message=There wa a problem " +
"encountered loading a remote context " +
"[https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-non-existing.jsonld]])",
it.message
)
}, {
Expand Down

0 comments on commit e0abb88

Please sign in to comment.