File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -814,7 +814,7 @@ def test_available_workspace_storage(mcStorage):
814
814
storage_remaining = testing_storage - client_workspace ["disk_usage" ]
815
815
816
816
# generate dummy data (remaining storage + extra 1024b)
817
- dummy_data_path = project_dir + "/data"
817
+ dummy_data_path = project_dir + "/data.txt "
818
818
file_size = storage_remaining + 1024
819
819
_generate_big_file (dummy_data_path , file_size )
820
820
@@ -880,7 +880,7 @@ def test_available_storage_validation2(mc, mc2):
880
880
return
881
881
882
882
# generate dummy data (remaining storage + extra 1024b)
883
- dummy_data_path = project_dir + "/data"
883
+ dummy_data_path = project_dir + "/data.txt "
884
884
file_size = storage_remaining + 1024
885
885
_generate_big_file (dummy_data_path , file_size )
886
886
You can’t perform that action at this time.
0 commit comments