Skip to content

Commit

Permalink
Update test case for JSON user provider integration test
Browse files Browse the repository at this point in the history
Remove "opaque" map and use the correct value for "uid_number".
  • Loading branch information
sudo-sturbia committed Mar 23, 2021
1 parent aa3d2a1 commit 7fb491f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/integration/grpc/fixtures/users.demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
"mail": "einstein@example.org",
"display_name": "Albert Einstein",
"groups": ["sailing-lovers", "violin-haters", "physics-lovers"],
"opaque": {
"map": {
"uid": {
"decoder": "plain",
"value": "MTIz"
}
}
}
"uid_number": 123
},
{
"id": {
Expand Down

0 comments on commit 7fb491f

Please sign in to comment.