Skip to content

Commit

Permalink
Fixed integration test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Oct 22, 2024
1 parent d5650f8 commit 86c6593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_itde_manager_in_docker_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def run_test():

restart_itde(secrets)
status = get_itde_status(secrets)
assert status is ItdeContainerStatus.RUNNING, f'The status after restarting ITDE is {status.name}'
assert status is ItdeContainerStatus.READY, f'The status after restarting ITDE is {status.name}'

function_source_code = textwrap.dedent(dill.source.getsource(run_test))
source_code = f"{function_source_code}\nrun_test()"
Expand Down

0 comments on commit 86c6593

Please sign in to comment.