Fix another test

This commit is contained in:
Smaug123
2025-04-17 11:45:34 +01:00
parent 55a3876610
commit 51991cab74
3 changed files with 84 additions and 6 deletions

View File

@@ -444,7 +444,7 @@ Required argument '--exact' received no value"""
]
|> List.map TestCaseData
[<TestCaseSource(nameof (boolCases))>]
[<TestCaseSource(nameof boolCases)>]
let ``Bool env vars can be populated`` (envValue : string, boolValue : bool) =
let getEnvVar (s : string) =
s |> shouldEqual "CONSUMEPLUGIN_THINGS"