Skip to content

Commit

Permalink
fix: fix ttests
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Jul 26, 2023
1 parent 1d06dd8 commit 42680ab
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions plugins/extractors/shield/testdata/expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@
"full_name": "fullname-A",
"memberships": [
{
"group_urn": "grpname-A:grpId-A",
"role": ["role-A"]
"group_urn": "grpname-A:grpId-A"
}
],
"status": "active",
"username": "user-A",
"create_time": "1970-01-01T00:40:00Z",
"update_time": "1970-01-01T00:35:00Z"
},
"description": "sample description for user-A",
"name": "fullname-A",
"service": "shield",
"type": "user",
Expand All @@ -28,16 +26,14 @@
"full_name": "fullname-B",
"memberships": [
{
"group_urn": "grpname-B:grpId-B",
"role": ["role-B"]
"group_urn": "grpname-B:grpId-B"
}
],
"status": "active",
"username": "user-B",
"create_time": "1970-01-01T00:20:00Z",
"update_time": "1970-01-01T00:15:00Z"
},
"description": "sample description for user-B",
"name": "fullname-B",
"service": "shield",
"type": "user",
Expand Down

0 comments on commit 42680ab

Please sign in to comment.