Skip to content

Commit

Permalink
test: fix container run
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Dec 13, 2024
1 parent 6c00332 commit ca38342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_datamodel_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ def cb_obj():
assert not called
assert not called_obj
service.delete_object(app_name, "/B:b")
timeout_loop(lambda: called_obj, timeout=5)
time.sleep(5)
test_name = request.node.name
# Note comment in StateEngine test testDataModelAPIOnDeleted
# TODO: Note comment in StateEngine test testDataModelAPIOnDeleted
if test_name.endswith("[old]"):
assert called
elif test_name.endswith("[new]"):
Expand Down

0 comments on commit ca38342

Please sign in to comment.