Skip to content

Commit 09fff32

Browse files
committed
cmdio: drop promptui name-drop from ssh setup test
Final stray reference outside the cmdiotest test branch — reword to describe what the stub avoids (spawning a TUI) instead of naming the removed dependency. Co-authored-by: Isaac
1 parent c2f7525 commit 09fff32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experimental/ssh/internal/setup/setup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func TestSetup_PromptsForClusterWhenNotProvided(t *testing.T) {
295295
configPath := filepath.Join(tmpDir, "ssh_config")
296296

297297
// Replace the cluster picker with a stub returning a fixed ID. This lets the
298-
// test exercise the empty-ClusterID path of Setup without driving promptui.
298+
// test exercise the empty-ClusterID path of Setup without spawning a TUI.
299299
origPrompt := clusterSelectionPrompt
300300
t.Cleanup(func() { clusterSelectionPrompt = origPrompt })
301301
promptCalled := false

0 commit comments

Comments
 (0)