cloudfoundry / bosh-linux-stemcell-builder

BOSH Ubuntu Linux stemcells
Apache License 2.0
41 stars 104 forks source link

Fix overlooked unit test after merge #335

Closed cunnie closed 3 months ago

cunnie commented 3 months ago

PR #309 broken an existing unit test, which first failed mysteriously with an obscure error:

TypeError:
  superclass mismatch for class File

This masked the real error, which was that the expected value didn't include the output from the new variable, STEMCELL_INFRASTRUCTURE which was added in https://github.com/cloudfoundry/bosh-linux-stemcell-builder/pull/309