Skip to content

Commit

Permalink
Fixed test for worker reload.
Browse files Browse the repository at this point in the history
  • Loading branch information
max-pfeiffer committed Dec 9, 2021
1 parent 4908dc9 commit fb0fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functionality/test_worker_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_worker_reload(docker_client, target_architecture) -> None:
line
for line in logs_list
if line
== "WARNING: StatReload detected file change in 'app/main.py'. Reloading..."
== "WARNING: WatchGodReload detected file change in '['/application_root/app/main.py']'. Reloading..."
]
)
assert log_statement_count == number

0 comments on commit fb0fdf7

Please sign in to comment.