Skip to content

Commit bb0deb6

Browse files
committed
chore: fix test
1 parent 2443dfc commit bb0deb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assign_default_environment_variables.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Describe "assign_default_environment_variables" {
3333
}
3434

3535
# Assert: Verify the output variable is set correctly
36-
$result | Should -Match "default_environment_variables=@"
36+
$result | Should -Match "default_environment_variables="
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)