Skip to content

Commit

Permalink
Update test for new 'not a readable directory' report format.
Browse files Browse the repository at this point in the history
  * testsuite/tests/index/local-index-not-found/test.py: as summary.
  • Loading branch information
simonjwright committed Dec 31, 2023
1 parent d40a3c6 commit 4b7e73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/index/local-index-not-found/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
path_excerpt = os.path.join('alr-config', 'indexes', 'bad_index',
'index.toml')
assert_match('ERROR: Cannot load metadata from .*{}:'
' Not a readable directory'
' Not a readable directory: ./no-such-directory'
'\n'
.format(re.escape(path_excerpt)),
p.out)
Expand Down

0 comments on commit 4b7e73a

Please sign in to comment.