Skip to content

Commit 5b98d7b

Browse files
committed
Fixed broken shlex test
1 parent 0946651 commit 5b98d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_load_config_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class JunkConfigTap(Tap):
133133
with open(fname, 'w') as f:
134134
f.write('is not a file that can reasonably be parsed')
135135

136-
JunkConfigTap(config_files=[fname]).parse_args()
136+
JunkConfigTap(config_files=[fname]).parse_args([])
137137

138138
def test_shlex_config(self) -> None:
139139
class ShlexConfigTap(Tap):

0 commit comments

Comments
 (0)