From 7bb4a7680aed21d9ca16ce0e6cf9b97547bcaa01 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sun, 29 Mar 2020 18:50:16 -0500 Subject: [PATCH] fix export test to use new circle plugin name --- tests/integration-tests/export-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/export-test.py b/tests/integration-tests/export-test.py index dcbbb455..e1a1787b 100644 --- a/tests/integration-tests/export-test.py +++ b/tests/integration-tests/export-test.py @@ -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()