@bobvandenhoogen the build currently fails on test execution due to the attempted initDefaultProject during the rootCmdPreRun, since those tests are unauthenticated, see the stacktraces in the GH action. It's probably cleanest to catch/prevent the panic and make sure the expected message is printed:
No login information found. Use: `dstrm auth login` first.
If the default project init has further impact on tests, it may be best to pass the project id to use with the --project flag in the tests.
@bobvandenhoogen the build currently fails on test execution due to the attempted
initDefaultProject
during therootCmdPreRun
, since those tests are unauthenticated, see the stacktraces in the GH action. It's probably cleanest to catch/prevent the panic and make sure the expected message is printed:No login information found. Use: `dstrm auth login` first.
If the default project init has further impact on tests, it may be best to pass the project id to use with the
--project
flag in the tests.