mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-17 18:46:35 +00:00
Update tests.py
This commit is contained in:
parent
2422d9e56c
commit
a9701c5a5c
@ -212,7 +212,7 @@ class FrontEndTestCase(TestCase):
|
||||
args=(source_uuid,))[0]
|
||||
self.assertEqual(task.queue, Val(TaskQueue.NET))
|
||||
# Run the check_source_directory_exists task
|
||||
check_source_directory_exists.now(source_uuid)
|
||||
check_source_directory_exists.call_local(source_uuid)
|
||||
# Check the source is now on the source overview page
|
||||
response = c.get('/sources')
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
Loading…
Reference in New Issue
Block a user