fix export test to use new circle plugin name

master
Kevin Froman 2020-03-29 18:50:16 -05:00
parent 018f6692a9
commit 7bb4a7680a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from filepaths import export_location
class OnionrTests(unittest.TestCase):
def test_export(self):
testargs = ["onionr.py", "flowsend", "tests", "hello"]
testargs = ["onionr.py", "circlesend", "tests", "hello"]
with patch.object(sys, 'argv', testargs):
try:
parser.register()