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:
Diffstat (limited to 'internal/source/gitlab/gitlab_test.go')
-rw-r--r--internal/source/gitlab/gitlab_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/source/gitlab/gitlab_test.go b/internal/source/gitlab/gitlab_test.go
index d2a8e267..d1ef2a95 100644
--- a/internal/source/gitlab/gitlab_test.go
+++ b/internal/source/gitlab/gitlab_test.go
@@ -38,7 +38,6 @@ func TestGetDomain(t *testing.T) {
_, err := source.GetDomain(context.Background(), "test")
require.EqualError(t, err, client.ErrUnauthorizedAPI.Error())
- require.False(t, source.IsReady())
})
}