Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Update json responses for IAM API. (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
linouk23 authored Feb 8, 2022
1 parent af3eef7 commit da4064b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/testdata/service_account/create_sa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_version": "v2",
"api_version": "iam/v2",
"kind": "ServiceAccount",
"id": "sa-1jjv26",
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion internal/testdata/service_account/read_created_sa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_version": "v2",
"api_version": "iam/v2",
"kind": "ServiceAccount",
"id": "sa-1jjv26",
"metadata": {
Expand Down
2 changes: 1 addition & 1 deletion internal/testdata/service_account/read_updated_sa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_version": "v2",
"api_version": "iam/v2",
"kind": "ServiceAccount",
"id": "sa-1jjv26",
"metadata": {
Expand Down

0 comments on commit da4064b

Please sign in to comment.