File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,13 +141,13 @@ def get_full_data():
141141
142142def 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" ,
You can’t perform that action at this time.
0 commit comments