upbound / up

The @upbound CLI
Apache License 2.0
52 stars 41 forks source link

Add tests for auth.yaml inclusion in provider package #384

Closed tnthornton closed 11 months ago

tnthornton commented 11 months ago

Description of your changes

This is a follow on to https://github.com/upbound/up/pull/382. Prior to this change there wasn't test coverage over this specific path.

I have:

How has this code been tested

Before including #382

make test - verified that the SuccessAuthV1Provider test failed.

After including #382

make test - verified tests passed