Skip to content

Commit

Permalink
fix(pubsub/pstest): fix failing bq config test (#8060)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex committed Jun 7, 2023
1 parent 13d9483 commit fb9db66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/pstest/fake_test.go
Expand Up @@ -1575,7 +1575,7 @@ func TestSubscriptionPushPull(t *testing.T) {
}

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

0 comments on commit fb9db66

Please sign in to comment.