Skip to content

Commit 1a2fd36

Browse files
committed
fix testInvalidFormat that was adding '' between possible choices when in github actions
1 parent bbbdbca commit 1a2fd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def testInvalidFormat(self):
8484
self.assertEqual(cm.exception.code, 2)
8585
print(sys.stderr.getvalue())
8686
self.assertIn(
87-
"rqw: error: argument -F/--format: invalid choice: 'jjssoonn' (choose from json, xml, turtle, n3, rdf, rdf+xml, csv, tsv, json-ld)",
87+
"rqw: error: argument -F/--format: invalid choice: 'jjssoonn'",
8888
sys.stderr.getvalue(),
8989
)
9090

0 commit comments

Comments
 (0)