Skip to content

Commit dc46fe3

Browse files
committed
rename test dataa
1 parent 37528dc commit dc46fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_routes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ def get_full_data():
141141

142142
def test_save_viewable_file(client):
143143

144-
test_upload_file(client, filename="corbi.og_brep")
144+
test_upload_file(client, filename="test.og_brep")
145145
route = f"/save_viewable_file"
146146

147147
def get_full_data():
148148
return {
149149
"input_geode_object": "BRep",
150-
"filename": "corbi.og_brep",
150+
"filename": "test.og_brep",
151151
}
152152

153153
# Normal test with filename 'corbi.og_brep'
@@ -175,7 +175,7 @@ def test_texture_coordinates(client, test_id):
175175
with client.application.app_context():
176176
data_path = geode_functions.data_file_path(test_id, "hat.vtp")
177177
os.makedirs(os.path.dirname(data_path), exist_ok=True)
178-
shutil.copy("./tests/vertex_attribute.vtp", data_path)
178+
shutil.copy("./tests/hat.vtp", data_path)
179179

180180
response = client.post(
181181
"/texture_coordinates",

0 commit comments

Comments
 (0)