test(be): pass test

This commit is contained in:
Denis Gukov 2024-11-13 21:47:59 +05:00
parent f259b236d7
commit a1fa8d91bc

View File

@ -36,6 +36,7 @@ func TestGetEnvironmentVars(t *testing.T) {
expected := []string{
"SEMAPHORE_TEST=test123",
"ANSIBLE_FORCE_COLOR=False",
"ANSIBLE_HOST_KEY_CHECKING=False",
"PATH=",
}