summaryrefslogtreecommitdiff
path: root/tests/e2e/config_hotswap_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/e2e/config_hotswap_test.go')
-rw-r--r--tests/e2e/config_hotswap_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/e2e/config_hotswap_test.go b/tests/e2e/config_hotswap_test.go
index a962b97..54155a0 100644
--- a/tests/e2e/config_hotswap_test.go
+++ b/tests/e2e/config_hotswap_test.go
@@ -13,10 +13,7 @@ import (
// does not affect an active session. A process joining an existing session
// should use the established tunnel's state, not the updated file.
func TestConfigHotSwap(t *testing.T) {
- binaryPath, err := GetBinaryPath()
- if err != nil {
- t.Skipf("Skipping test: %v", err)
- }
+ binaryPath := EnsureBinary(t)
tmpRuntimeDir := t.TempDir()
tmpConfigDir := t.TempDir()