--apikey argument needed
This commit is contained in:
parent
9cbdf1d54f
commit
8e8c0154d6
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ class BaseTestCase(unittest.TestCase):
|
|||
self.assertEquals(retval, 0)
|
||||
|
||||
def test_argument_parsing(self, mock_post):
|
||||
args = ['', '--file', 'tests/samples/emptyfile.txt']
|
||||
args = ['', '--file', 'tests/samples/emptyfile.txt', '--key', '123']
|
||||
retval = main(args)
|
||||
self.assertEquals(retval, 0)
|
||||
|
|
Loading…
Reference in a new issue