mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-20 19:08:21 +00:00
fixing tests
This commit is contained in:
parent
2467a27b76
commit
ca910c02f2
@ -19,7 +19,7 @@ class IvyServiceTest(BaseTest):
|
||||
|
||||
def test_invalid_file(self):
|
||||
with self.assertRaises(CommError):
|
||||
ivy_incorrect_file = os.path.join(app.instance_path, '..', 'tests', 'data', 'incorrect.csv')
|
||||
ivy_incorrect_file = os.path.join(app.root_path, '..', 'tests', 'data', 'incorrect.csv')
|
||||
IvyService.samples_from_ivy_file(ivy_incorrect_file)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user