Skip to content

Commit

Permalink
Merge pull request #65 from tofuutils/fix/test-latest-allowed
Browse files Browse the repository at this point in the history
fix: use_latest_allowed test
  • Loading branch information
kvendingoldo authored May 26, 2024
2 parents c43a2f0 + 5b28866 commit 4777209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_use_latestallowed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ echo "terraform {
(
tofuenv install latest-allowed;
tofuenv use latest-allowed;
check_active_version 1.7.0;
check_active_version "$(tofuenv list-remote | head -n 1)";
) || error_and_proceed 'Latest allowed incomplete-version does not match';

cleanup || log 'error' 'Cleanup failed?!';
Expand Down

0 comments on commit 4777209

Please sign in to comment.