Skip to content

Commit

Permalink
local-binder-local-hub: include GitLab provider for UI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Dec 15, 2023
1 parent c56720b commit 98c5a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/local-binder-mocked-hub/binderhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

from binderhub.build import FakeBuild
from binderhub.registry import FakeRegistry
from binderhub.repoproviders import FakeProvider
from binderhub.repoproviders import FakeProvider, GitLabRepoProvider

c.BinderHub.debug = True
c.BinderHub.use_registry = True
c.BinderHub.registry_class = FakeRegistry
c.BinderHub.builder_required = False
c.BinderHub.repo_providers = {"gh": FakeProvider}
c.BinderHub.repo_providers = {"gh": FakeProvider, "gl": GitLabRepoProvider}
c.BinderHub.build_class = FakeBuild

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

0 comments on commit 98c5a46

Please sign in to comment.