Skip to content

Commit

Permalink
Merge pull request #493 from bci-oss/bugfix/fix-integrationtest-depen…
Browse files Browse the repository at this point in the history
…dency-each-testcase

Fix integrationstest to resolve dependencies between testcases / dct url doc
  • Loading branch information
tunacicek authored Jan 24, 2025
2 parents 2929873 + b184336 commit 775424d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 75 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"status": 400,
"content": true,
"assertions": [
{
"jsonPath": "$.messages[0].text",
"equals": "An AssetAdministrationShell for the given identification does already exists."
}
]
"status": 201,
"content": false,
"assertions": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"assetKind":"Instance",
"assetType":"AssetType",
"globalAssetId":"globalAssetId example",
"idShort":"Ndy9Ca6jdf",
"id":"662bb8ff-0843-42d3-abce-2224ad5d6f7e",
"idShort":"Ndy9Ca6asw",
"id":"662bb8ff-0843-42d3-abce-2224ad5ddskl3",
"specificAssetIds":[
{
"semanticId":{
Expand Down Expand Up @@ -91,70 +91,6 @@
]
}
}
],
"submodelDescriptors":[
{
"endpoints":[
{
"interface":"interfaceNameExample",
"protocolInformation":{
"href":"http://endpoint-address",
"endpointProtocol":"endpointProtocolExample",
"endpointProtocolVersion":[
"e"
],
"subprotocol":"subprotocolExample",
"subprotocolBody":"subprotocolBodyExample",
"subprotocolBodyEncoding":"subprotocolBodyExample",
"securityAttributes":[
{
"type":"NONE",
"key":"Security Attribute key",
"value":"Security Attribute value"
}
]
}
}
],
"idShort":"R1hWbvXIcV",
"id":"ba616af0-9d3c-4620-a2eb-428b3fbf4d41",
"semanticId":{
"type":"ExternalReference",
"keys":[
{
"type":"Submodel",
"value":"semanticIdExample"
}
]
},
"supplementalSemanticId":[
{
"type":"ExternalReference",
"keys":[
{
"type":"Submodel",
"value":"supplementalsemanticIdExample value"
}
]
}
],
"description":[
{
"language":"de",
"text":"hello text"
},
{
"language":"en",
"text":"hello s"
}
],
"displayName":[
{
"language":"de",
"text":"this is an example description1"
}
]
}
]
}
}
2 changes: 1 addition & 1 deletion docs/guideline-aws-cognito-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ This could look:
"@vocab": "https://w3id.org/edc/v0.0.1/ns/",
"cx-common": "https://w3id.org/catenax/ontology/common#",
"cx-taxo": "https://w3id.org/catenax/taxonomy#",
"dct": "https://purl.org/dc/terms/"
"dct": "http://purl.org/dc/terms/"
},
"@id": "urn:name:digital-twin-registry",
"properties": {
Expand Down

0 comments on commit 775424d

Please sign in to comment.