From 45c31b3d6197d35bd3027bd68d3fa8a3fe52e0d7 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Thu, 25 May 2023 13:17:13 +0200 Subject: [PATCH] using api token in e2e instead of basic auth (#6390) --- .drone.star | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.star b/.drone.star index 41ec2b3ba0..e1f5772378 100644 --- a/.drone.star +++ b/.drone.star @@ -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"],