-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
This is causing all tests that target gitlab.com
to fail.
Test logs
=== RUN TestCreatePullRequestInGitLab
git_test.go:189:
Error Trace: git_test.go:189
Error: Received unexpected error:
GET https://gitlab.com/api/v4/projects: 403 {message: 403 Forbidden - Your account has been blocked.}
Test: TestCreatePullRequestInGitLab
git_test.go:199:
Error Trace: git_test.go:199
Error: Received unexpected error:
POST https://gitlab.com/api/v4/projects: 403 {message: 403 Forbidden - Your account has been blocked.}
Test: TestCreatePullRequestInGitLab
In hindsight, it's probably a bad idea to hammer their servers as part of every test that needs a Git repo. A limited suite of smoke tests would be preferable to avoid such issues in the future.
Metadata
Metadata
Assignees
Labels
No labels