Skip to content

Add internal autoscaler executor provider unit tests.

Joe Burnett requested to merge jburnett-add-provider-test into main

What does this MR do?

Adds unit tests for the executor/internal/autoscaler/provider.go file. This test also fixes a bug replacing || with && which was surfaced by the new tests.

Why was this MR needed?

Unit tests!

What's the best way to test this MR?

go test

What are the relevant issue numbers?

(recreated in main repo per !3629 (comment 1118974116))

Merge request reports