Skip to content

Commit 7bc6275

Browse files
committed
local-binder-local-hub: include GitLab provider for UI testing
1 parent 6a84470 commit 7bc6275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/local-binder-mocked-hub/binderhub_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
from binderhub.build import FakeBuild
1010
from binderhub.registry import FakeRegistry
11-
from binderhub.repoproviders import FakeProvider
11+
from binderhub.repoproviders import FakeProvider, GitLabRepoProvider
1212

1313
c.BinderHub.debug = True
1414
c.BinderHub.use_registry = True
1515
c.BinderHub.registry_class = FakeRegistry
1616
c.BinderHub.builder_required = False
17-
c.BinderHub.repo_providers = {"gh": FakeProvider}
17+
c.BinderHub.repo_providers = {"gh": FakeProvider, "gl": GitLabRepoProvider}
1818
c.BinderHub.build_class = FakeBuild
1919

2020
# Uncomment the following line to enable BinderHub's API only mode

0 commit comments

Comments
 (0)