Stub in TestUpstreamGithubIdentityProvider for unit tests

This commit is contained in:
Benjamin A. Petersen
2024-04-02 13:16:04 -04:00
parent 5c490e999d
commit e2db152c6c
3 changed files with 72 additions and 11 deletions

View 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
}