Skip to content

Commit ae73463

Browse files
committed
fix test
1 parent 26282e4 commit ae73463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/terraform/tests/resource_bigquery_data_transfer_config_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func testAccCheckBigqueryDataTransferConfigDestroy(s *terraform.State) error {
9191
return err
9292
}
9393

94-
_, err = sendRequest(config, "GET", url, nil)
94+
_, err = sendRequest(config, "GET", "", url, nil)
9595
if err == nil {
9696
return fmt.Errorf("BigqueryDataTransferConfig still exists at %s", url)
9797
}

0 commit comments

Comments
 (0)