-
Notifications
You must be signed in to change notification settings - Fork 151
Description
I'm trying to use gickup with my bitbucket account and was having an issue getting it to authenticate properly. I pulled this repo down and attempted to run the tests/list_test.go test and get the following:
$ env | grep BITBUCKET BITBUCKET_TEST_REPOSLUG=drewmoseley/blink BITBUCKET_TEST_OWNER=drewmoseley BITBUCKET_TEST_USERNAME=drewmoseley BITBUCKET_TEST_PASSWORD=redacted $ go test -v ./tests/list_test.go === RUN TestList panic: test timed out after 10m0s <snip>
This is consistent with what I see using gickup so I suspect I am doing something wrong wiith the OWNER or USERNAME field or some such. I used an app password created with all permissions. I get the same behavior whether I use drewmoseley/blink or blink for the REPOSLUG value.
Does anyone have any troubleshooting suggestions here?