Skip to content

Commit

Permalink
fix: update use_latestallowed test for latest version installation
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiiakozlova245 committed Jan 25, 2024
1 parent f01e82c commit c511b51
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 @@ -62,7 +62,7 @@ echo "terraform {
(
tofuenv install latest-allowed;
tofuenv use latest-allowed;
check_active_version 1.6.0;
check_active_version 1.6.1;
) || error_and_proceed 'Latest allowed version does not match';

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

0 comments on commit c511b51

Please sign in to comment.