Skip to content

Commit

Permalink
Reset storage in clone project
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Nov 18, 2024
1 parent 4a7f381 commit ecbdb3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/mergin/tests/test_project_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,8 @@ def test_clone_project(client, data, username, expected):
# cleanup
shutil.rmtree(project.storage.project_dir)

Configuration.GLOBAL_STORAGE = 104857600


def test_optimize_storage(app, client, diff_project):
"""Test optimize storage for geopackages which could be restored from diffs
Expand Down

0 comments on commit ecbdb3b

Please sign in to comment.