mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-28 07:28:08 +02:00
config: add runtime flags (#5050)
This commit is contained in:
parent
be9bfd9c3f
commit
e7b3d3b6e9
11 changed files with 372 additions and 214 deletions
|
@ -114,6 +114,8 @@ func TestStringSlice_UnmarshalJSON(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestStringSlice_UnmarshalYAML(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
t.Run("string", func(t *testing.T) {
|
||||
var slc StringSlice
|
||||
yaml.Unmarshal([]byte(`hello world`), &slc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue