From 182d0f1432e4a2068615d710d70a7b44cf4ed8b1 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 9 Dec 2020 14:51:49 -0800 Subject: [PATCH] don't imply that this filename is used, it's just a place holder... --- bitelab/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitelab/__main__.py b/bitelab/__main__.py index e1940e9..f857e42 100644 --- a/bitelab/__main__.py +++ b/bitelab/__main__.py @@ -294,7 +294,7 @@ Attributes: auth=BiteAuth('thisisanapikey'), **_httpxargs) @patch('bitelab.__main__.get_sshpubkey') - @patch.dict(sys.__dict__, dict(argv=[ '', 'reserve', '-i', 'fixtures/testsshkey.pub', 'cora-z7s' ])) + @patch.dict(sys.__dict__, dict(argv=[ '', 'reserve', '-i', 'bogusfilename', 'cora-z7s' ])) def test_reserve_ssh(self, gspk): ac = self.ac acp = self.acp