tasks
This commit is contained in:
@@ -486,8 +486,8 @@ class AsyncTaskTests(TestCase):
|
||||
|
||||
|
||||
|
||||
@patch('rowers.dataprep.getsmallrowdata_db')
|
||||
def test_handle_update_wps(self,mocked_getsmallrowdata_db_wps):
|
||||
@patch('rowers.dataprep.read_data')
|
||||
def test_handle_update_wps(self,mocked_read_data_wps):
|
||||
ids = [1,2,3]
|
||||
|
||||
result = tasks.handle_update_wps(self.r.id,['water'],ids,mode='water')
|
||||
|
||||
Reference in New Issue
Block a user