fix export test to use new circle plugin name
This commit is contained in:
parent
018f6692a9
commit
7bb4a7680a
@ -23,7 +23,7 @@ from filepaths import export_location
|
|||||||
|
|
||||||
class OnionrTests(unittest.TestCase):
|
class OnionrTests(unittest.TestCase):
|
||||||
def test_export(self):
|
def test_export(self):
|
||||||
testargs = ["onionr.py", "flowsend", "tests", "hello"]
|
testargs = ["onionr.py", "circlesend", "tests", "hello"]
|
||||||
with patch.object(sys, 'argv', testargs):
|
with patch.object(sys, 'argv', testargs):
|
||||||
try:
|
try:
|
||||||
parser.register()
|
parser.register()
|
||||||
|
Loading…
Reference in New Issue
Block a user