test(terraform): move tests which do not require env vars (#1455)

Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
This commit is contained in:
Tilmann Meyer
2020-07-09 02:24:38 +02:00
committed by GitHub
parent 297cbd8654
commit 7edd0f6218
4 changed files with 57 additions and 60 deletions
+4
View File
@@ -123,6 +123,10 @@ active boot switches: -d:release\n",
stdout: String::from("0.6.0"),
stderr: String::default(),
}),
"terraform version" => Some(CommandOutput {
stdout: String::from("Terraform v0.12.14"),
stderr: String::default(),
}),
s if s.starts_with("erl") => Some(CommandOutput {
stdout: String::from("22.1.3"),
stderr: String::default(),