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):
814814 storage_remaining = testing_storage - client_workspace ["disk_usage" ]
815815
816816 # generate dummy data (remaining storage + extra 1024b)
817- dummy_data_path = project_dir + "/data"
817+ dummy_data_path = project_dir + "/data.txt "
818818 file_size = storage_remaining + 1024
819819 _generate_big_file (dummy_data_path , file_size )
820820
@@ -880,7 +880,7 @@ def test_available_storage_validation2(mc, mc2):
880880 return
881881
882882 # generate dummy data (remaining storage + extra 1024b)
883- dummy_data_path = project_dir + "/data"
883+ dummy_data_path = project_dir + "/data.txt "
884884 file_size = storage_remaining + 1024
885885 _generate_big_file (dummy_data_path , file_size )
886886
You can’t perform that action at this time.
0 commit comments