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:
authorJaime Martinez <jmartinez@gitlab.com>2020-07-27 04:16:42 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-07-27 04:16:42 +0300
commitc73138817b839e4f2ba53675de0283ae8cf562aa (patch)
tree5cf2e55670fe885cc2700b70e35b9c238e9bc804
parent74714d9ea8a9d3292c923025cb9cee5c8663015f (diff)
Fix lint
-rw-r--r--internal/source/gitlab/gitlab_poll_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/source/gitlab/gitlab_poll_test.go b/internal/source/gitlab/gitlab_poll_test.go
index aebbc798..4d650d52 100644
--- a/internal/source/gitlab/gitlab_poll_test.go
+++ b/internal/source/gitlab/gitlab_poll_test.go
@@ -74,7 +74,6 @@ func TestClient_Poll(t *testing.T) {
require.True(t, glClient.isReady)
require.Equal(t, "GitLab internal pages status API connected successfully", hook.LastEntry().Message)
-
})
}
}