Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpelley committed Jul 29, 2024
1 parent f98086b commit 99cbab4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dagrunner/tests/plugin_framework/test_DataPolling.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ def test_specified_host(tmp_file, capsys):
host_tmp_file = f"{socket.gethostname()}:{tmp_file}"
call_dp(host_tmp_file)
captured = capsys.readouterr()
assert f"The following files were polled and found: ['{tmp_file}']" in captured.out
assert (
f"The following files were polled and found: ['{tmp_file}'] on "
f"'{host_tmp_file}'" in captured.out
)

0 comments on commit 99cbab4

Please sign in to comment.