fixing tests

This commit is contained in:
Dan Funk 2020-09-21 14:48:53 -04:00
parent 2467a27b76
commit ca910c02f2

View File

@ -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)