summaryrefslogtreecommitdiff
path: root/cmd/authelia-gen/helpers_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/authelia-gen/helpers_test.go')
-rw-r--r--cmd/authelia-gen/helpers_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/authelia-gen/helpers_test.go b/cmd/authelia-gen/helpers_test.go
index a161e5d8e..a6aac0ccc 100644
--- a/cmd/authelia-gen/helpers_test.go
+++ b/cmd/authelia-gen/helpers_test.go
@@ -136,10 +136,10 @@ func TestContainsType(t *testing.T) {
func TestReadTags(t *testing.T) {
assert.NotPanics(t, func() {
- readTags("", reflect.TypeOf(schema.Configuration{}), false, false)
+ iReadTags("", reflect.TypeOf(schema.Configuration{}), false, false, false)
})
assert.NotPanics(t, func() {
- readTags("", reflect.TypeOf(schema.Configuration{}), true, true)
+ iReadTags("", reflect.TypeOf(schema.Configuration{}), true, true, false)
})
}