Skip to content

Commit

Permalink
GL-3134: Update tests for NODE_HOSTING_TYPE.
Browse files Browse the repository at this point in the history
  • Loading branch information
bemarlan committed Oct 23, 2024
1 parent 72c99dd commit 4738cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function testGetDefaultsForNode(): void
protected function testBooleanValues(array $variables): void
{
foreach ($variables as $variable) {
if ($variable['key'] !== "PHP_VERSION" && $variable['key'] !== "NODE_VERSION") {
if ($variable['key'] !== "PHP_VERSION" && $variable['key'] !== "NODE_VERSION" && $variable['key'] !== "NODE_HOSTING_TYPE") {
$maskedValue = $variable['masked'];
$this->assertEquals(true, $maskedValue);
} else {
Expand Down

0 comments on commit 4738cd2

Please sign in to comment.