Skip to content

Commit 8e8e972

Browse files
fix: auth e2e_test after expired field addition
1 parent 90aea45 commit 8e8e972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/auth/e2e_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ var createPermissionResponse = map[string]interface{}{
6767
"description": "TEST PERMISSION WITH ROLE",
6868
"include_fields": nil,
6969
"exclude_fields": nil,
70+
"expired": false,
7071
}
7172

7273
var updatePermissionsRequest = map[string]interface{}{

0 commit comments

Comments
 (0)