Skip to content

Commit fb9db66

Browse files
authored
fix(pubsub/pstest): fix failing bq config test (#8060)
1 parent 13d9483 commit fb9db66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubsub/pstest/fake_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ func TestSubscriptionPushPull(t *testing.T) {
15751575
}
15761576

15771577
// Switch back to a pull subscription.
1578-
updateSub.BigqueryConfig = &pb.BigQueryConfig{}
1578+
updateSub.BigqueryConfig = nil
15791579
got = mustUpdateSubscription(ctx, t, sclient, &pb.UpdateSubscriptionRequest{
15801580
Subscription: updateSub,
15811581
UpdateMask: &field_mask.FieldMask{Paths: []string{"bigquery_config"}},

0 commit comments

Comments
 (0)