You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it will output a domain name value which is an URL
2022/12/28 22:44:08 client supported domain: https://gitlab.git.xx```<!--Steps to reproduce the behaviour-->### Expected behaviorA clear and concise description of what you expected to happen.Given the previous example, I would expect to return a domain name instead of a url```bash
2022/12/28 22:44:08 client supported domain: gitlab.git.xx```### Additional context- Go version: go version go1.19.1 darwin/arm64- Git provider: gitlab
The text was updated successfully, but these errors were encountered:
Describe the bug
Gitlab SupportedDomain function implementation
returns a URL which seems to be breaking the SupportedDomain contract
It also updates the field overwriting the original value
To Reproduce
Create a test case like the following
it will output a domain name value which is an URL
The text was updated successfully, but these errors were encountered: