Skip to content

Commit 04c61ac

Browse files
committed
Merge branch 'dev' into pull
2 parents 48d7438 + 481935d commit 04c61ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_pull(mocker, args: list, output: str):
163163
with open(f'dev/test_data/brite-entries/{expected_output_file}.txt') as expected_file:
164164
expected_entry: str = expected_file.read()
165165
if '--print' in args:
166-
print_mock.assert_any_call(successful_entry_id)
166+
print_mock.assert_any_call(successful_entry_id.replace('_', ':'))
167167
print_mock.assert_any_call(f'{expected_entry}\n')
168168
else:
169169
if output.endswith('.zip'):

0 commit comments

Comments
 (0)