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 @@ -31,7 +31,7 @@ information, refer to `ArangoDB manual`_.
31
31
# Create a service using source on server.
32
32
foxx.create_service(
33
33
mount=service_mount,
34
- source='/tmp /service.zip',
34
+ source='/tests/static /service.zip',
35
35
config={},
36
36
dependencies={},
37
37
development=True,
@@ -42,7 +42,7 @@ information, refer to `ArangoDB manual`_.
42
42
# Update (upgrade) a service.
43
43
service = db.foxx.update_service(
44
44
mount=service_mount,
45
- source='/tmp /service.zip',
45
+ source='/tests/static /service.zip',
46
46
config={},
47
47
dependencies={},
48
48
teardown=True,
@@ -53,7 +53,7 @@ information, refer to `ArangoDB manual`_.
53
53
# Replace (overwrite) a service.
54
54
service = db.foxx.replace_service(
55
55
mount=service_mount,
56
- source='/tmp /service.zip',
56
+ source='/tests/static /service.zip',
57
57
config={},
58
58
dependencies={},
59
59
teardown=True,
You can’t perform that action at this time.
0 commit comments