Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Wiedler <iwiedler@gitlab.com>2020-04-30 18:41:24 +0300
committerIgor Wiedler <iwiedler@gitlab.com>2020-04-30 18:41:24 +0300
commit76dc097b972fb9415b37b04b44cb54ca91811cb6 (patch)
tree38bf92a3e222df8cdce274785ab3e754a7a801b2 /internal/source/domains_test.go
parent22cadaef88074326535e49fb0dc2d345619408da (diff)
change back to internal-gitlab-server as per @@vshushlin
Diffstat (limited to 'internal/source/domains_test.go')
-rw-r--r--internal/source/domains_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/source/domains_test.go b/internal/source/domains_test.go
index 68ea5cec..ebafb6fc 100644
--- a/internal/source/domains_test.go
+++ b/internal/source/domains_test.go
@@ -16,7 +16,7 @@ type sourceConfig struct {
secret string
}
-func (c sourceConfig) GitlabAPIServerURL() string {
+func (c sourceConfig) InternalGitLabServerURL() string {
return c.api
}