mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-03-04 18:53:42 +00:00
Stub in TestUpstreamGithubIdentityProvider for unit tests
This commit is contained in:
8
internal/testutil/githubtestutil/testgithubprovider.go
Normal file
8
internal/testutil/githubtestutil/testgithubprovider.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
package githubtestutil
|
||||
|
||||
type TestUpstreamGithubIdentityProvider struct {
|
||||
Name string
|
||||
}
|
||||
Reference in New Issue
Block a user