Skip to content

Commit 830dc5f

Browse files
committed
fix token environment variable name.
1 parent 57900fd commit 830dc5f

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/local/gitbucket

1 file changed

+1
-1
lines changed

tests/integration/local/gitbucket/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
idx = html.find(find_text) + len(find_text) + 1
5454
token = html[idx:idx + 40]
5555

56-
print("GITBUCKET_USER_TOKEN={}".format(token))
56+
print("PRIVATE_KEY_GITBUCKET={}".format(token))
5757

0 commit comments

Comments
 (0)