You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-10 22:51:31 +02:00
Move FlagSet to Options package
This commit is contained in:
@@ -295,6 +295,11 @@ var _ = Describe("Load", func() {
|
||||
},
|
||||
},
|
||||
}),
|
||||
Entry("with an empty Options struct, should return default values", &testOptionsTableInput{
|
||||
flagSet: NewFlagSet,
|
||||
input: &Options{},
|
||||
expectedOutput: NewOptions(),
|
||||
}),
|
||||
)
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user