summaryrefslogtreecommitdiff
path: root/tests/e2e/config_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/config_test.go')
-rw-r--r--tests/e2e/config_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/e2e/config_test.go b/tests/e2e/config_test.go
index c8749ce..33eb6e6 100644
--- a/tests/e2e/config_test.go
+++ b/tests/e2e/config_test.go
@@ -10,10 +10,7 @@ import (
)
func TestConfigPropagation(t *testing.T) {
- binaryPath, err := GetBinaryPath()
- if err != nil {
- t.Skipf("Skipping test: %v", err)
- }
+ binaryPath := EnsureBinary(t)
tmpConfigDir := t.TempDir()
tmpRuntimeDir := t.TempDir()