package apitesting_test import ( "testing" ) func TestApitesting(t *testing.T) { // dummy file to bypass ginkgo check // since this is a regular go test suite no ginkgo bootstrap is needed }