mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Remove non-existing field from oidc test
This commit is contained in:
parent
e167be6d64
commit
5b8587037d
1 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ func TestHeadscale_getNamespaceFromEmail(t *testing.T) {
|
||||||
dbString string
|
dbString string
|
||||||
dbType string
|
dbType string
|
||||||
dbDebug bool
|
dbDebug bool
|
||||||
publicKey *key.MachinePublic
|
|
||||||
privateKey *key.MachinePrivate
|
privateKey *key.MachinePrivate
|
||||||
aclPolicy *ACLPolicy
|
aclPolicy *ACLPolicy
|
||||||
aclRules []tailcfg.FilterRule
|
aclRules []tailcfg.FilterRule
|
||||||
|
@ -153,7 +152,6 @@ func TestHeadscale_getNamespaceFromEmail(t *testing.T) {
|
||||||
dbString: test.fields.dbString,
|
dbString: test.fields.dbString,
|
||||||
dbType: test.fields.dbType,
|
dbType: test.fields.dbType,
|
||||||
dbDebug: test.fields.dbDebug,
|
dbDebug: test.fields.dbDebug,
|
||||||
publicKey: test.fields.publicKey,
|
|
||||||
privateKey: test.fields.privateKey,
|
privateKey: test.fields.privateKey,
|
||||||
aclPolicy: test.fields.aclPolicy,
|
aclPolicy: test.fields.aclPolicy,
|
||||||
aclRules: test.fields.aclRules,
|
aclRules: test.fields.aclRules,
|
||||||
|
|
Loading…
Reference in a new issue