Skip to content

Commit

Permalink
Merge pull request #695 from catenax-ng/feature/#325_fix-tavern-helpers
Browse files Browse the repository at this point in the history
Feat/#325 Fixed tavern check method for submodelDescriptors
  • Loading branch information
ds-alexander-bulgakov authored Dec 12, 2023
2 parents 3038163 + c79d85e commit 4f6b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/testing/api-tests/tavern_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def submodelDescriptors_in_shells_are_empty(response):
shells = response.json().get("shells")
print("shells ", shells)
for i in shells:
assert len(shells.get("submodelDescriptors")) == 0
assert len(i.get("submodelDescriptors")) == 0


def aspects_in_job_parameter_are_empty(response):
Expand Down

0 comments on commit 4f6b332

Please sign in to comment.