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/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 72c1b2f3..bbdb8c21 100644
--- a/internal/source/domains_test.go
+++ b/internal/source/domains_test.go
@@ -26,7 +26,7 @@ func (c sourceConfig) GitlabClientConnectionTimeout() time.Duration {
return 10 * time.Second
}
-func (c sourceConfig) GitlabJWTTokenTimeout() time.Duration {
+func (c sourceConfig) GitlabJWTTokenExpiry() time.Duration {
return 30 * time.Second
}