Fix the test

This commit is contained in:
mike cullerton 2021-07-07 12:54:16 -04:00
parent d6f9b013f7
commit f1a15ef8e9
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class TestFilesApi(BaseTest):
self.assertEqual(0, len(json.loads(rv.get_data(as_text=True))))
def test_set_reference_file(self):
file_name = "irb_documents.xlsx"
file_name = "documents.xlsx"
filepath = os.path.join(app.root_path, 'static', 'reference', 'irb_documents.xlsx')
with open(filepath, 'rb') as myfile:
file_data = myfile.read()