Skip to content

Commit 2266b97

Browse files
committed
test
1 parent 2309b2c commit 2266b97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Standard library imports
2-
from posixpath import relpath
32
import os
43
import time
54
import shutil

src/opengeodeweb_back/routes/schemas/export_project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
}
1515
},
1616
"required": [
17-
"snapshot"
17+
"snapshot",
18+
"filename"
1819
],
1920
"additionalProperties": false
2021
}

0 commit comments

Comments
 (0)