using api token in e2e instead of basic auth (#6390)

This commit is contained in:
Viktor Scharf
2023-05-25 13:17:13 +02:00
committed by GitHub
parent 8da7d15279
commit 45c31b3d61

View File

@@ -1163,6 +1163,7 @@ def e2eTests(ctx):
"WEB_UI_CONFIG": "%s/%s" % (dirs["base"], dirs["ocisConfig"]),
"LOCAL_UPLOAD_DIR": "/uploads",
"SLOW_MO": "50",
"API_TOKEN": "true",
},
"commands": [
"cd %s" % dirs["web"],