Skip to content

Commit 0d713cb

Browse files
alexander-fenstercallmehiphop
authored andcommitted
feat: update IAM protos (#734)
1 parent 9b5fd4c commit 0d713cb

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

handwritten/pubsub/samples/system-test/subscriptions.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,12 @@ describe('subscriptions', () => {
228228
{
229229
role: `roles/pubsub.editor`,
230230
members: [`group:cloud-logs@google.com`],
231+
condition: null,
231232
},
232233
{
233234
role: `roles/pubsub.viewer`,
234235
members: [`allUsers`],
236+
condition: null,
235237
},
236238
]);
237239
});

handwritten/pubsub/samples/system-test/topics.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,12 @@ describe('topics', () => {
192192
{
193193
role: `roles/pubsub.editor`,
194194
members: [`group:cloud-logs@google.com`],
195+
condition: null,
195196
},
196197
{
197198
role: `roles/pubsub.viewer`,
198199
members: [`allUsers`],
200+
condition: null,
199201
},
200202
]);
201203
});

0 commit comments

Comments
 (0)