Skip to content

Commit

Permalink
using api token in e2e instead of basic auth (#6390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScharfViktor authored and fschade committed Jul 10, 2023
1 parent 0ad328a commit cc9a452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit cc9a452

Please sign in to comment.