From 02c26eb96edec3fcf821625838d99f27b5772243 Mon Sep 17 00:00:00 2001 From: fundakol Date: Sat, 11 Sep 2021 11:05:17 +0200 Subject: [PATCH] fixed typo --- tests/test_xray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_xray.py b/tests/test_xray.py index 387373d..0ffba09 100644 --- a/tests/test_xray.py +++ b/tests/test_xray.py @@ -32,7 +32,7 @@ def test_skip(): 'cli_options', [ ('--jira-xray',), - ('--jira-xray', '--cloud',) + ('--jira-xray', '--cloud') ], ids=['DC Server', 'Cloud'] )