Skip to content

Commit

Permalink
Work on provider scan unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen authored Aug 12, 2024
1 parent eefcd7f commit 022eb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/ossindex/OSSIndex_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func Test_validateCredentials(t *testing.T) {
func TestProvider_Scan(t *testing.T) {

credentials := models.Credentials{
// Username: os.Getenv("BOMBER_PROVIDER_USERNAME"),
// ProviderToken: os.Getenv("BOMBER_PROVIDER_TOKEN"),
Username: "test",
ProviderToken: "test",
}

httpmock.ActivateNonDefault(client.GetClient())
Expand Down

0 comments on commit 022eb43

Please sign in to comment.