LeoCBS commented on code in PR #33236:
URL: https://github.com/apache/beam/pull/33236#discussion_r2083644574


##########
sdks/go/pkg/beam/io/filesystem/gcs/gcs_test.go:
##########
@@ -43,6 +44,21 @@ func TestGCS_FilesystemNew(t *testing.T) {
 }
 
 func TestGCS_direct(t *testing.T) {
+       testGCS_direct(t)
+}
+
+func TestGCS_BillingProjectHookEnable(t *testing.T) {
+       billingProject := "whatever"
+       RequesterBillingProject(billingProject)
+       _, err := hooks.RunInitHooks(context.Background())
+       if err != nil {
+               t.Errorf("error to init hooks = %v", err)
+       }
+       //TODO how assert project configured by hook?

Review Comment:
   @lostluck how can i assert project set by hook?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to