Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Pirkl <[email protected]>
  • Loading branch information
ckunki and kaklakariada authored Nov 15, 2023
1 parent b4d5a77 commit 0e1f85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_create_dss_docker_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_install_notebooks(dss_docker_container):
def filename_set(string: str) -> Set[str]:
return set(re.split(r'\s+', string.strip()))

exit_code, output = dss_docker_container.exec_run("ls -p /root/notebooks")
exit_code, output = dss_docker_container.exec_run("ls --indicator-style=slash /root/notebooks")
output = output.decode('utf-8').strip()
assert exit_code == 0, f'Got output "{output}".'

Expand Down

0 comments on commit 0e1f85a

Please sign in to comment.