-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix tests duplicating agent body description and removing order…
…ing for action notifications
- Loading branch information
Showing
4 changed files
with
74 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@prefix hmas: <https://purl.org/hmas/core/> . | ||
@prefix td: <https://www.w3.org/2019/wot/td#> . | ||
@prefix htv: <http://www.w3.org/2011/http#> . | ||
@prefix hctl: <https://www.w3.org/2019/wot/hypermedia#> . | ||
@prefix wotsec: <https://www.w3.org/2019/wot/security#> . | ||
@prefix dct: <http://purl.org/dc/terms/> . | ||
@prefix js: <https://www.w3.org/2019/wot/json-schema#> . | ||
@prefix saref: <https://w3id.org/saref#> . | ||
|
||
<http://localhost:8080/workspaces/sub/agents/test_agent> a td:Thing, hmas:Artifact; | ||
td:title "test_agent"; | ||
td:hasSecurityConfiguration [ a wotsec:NoSecurityScheme | ||
] . | ||
|
||
<http://localhost:8080/workspaces/sub/agents/test_agent> hmas:isContainedIn <http://localhost:8080/workspaces/sub> . | ||
|
||
<http://localhost:8080/workspaces/sub> a hmas:Workspace . |
File renamed without changes.