Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jun 9, 2024
1 parent d50dd19 commit 7ea9d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test-integration.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
(async-wait (kele--cache-update kele--global-discovery-cache))
(async-wait (kele--cache-update kele--global-kubeconfig-cache))
(with-simulated-input
"deployments RET kube-system RET coredns RET"
"deployments RET coredns RET"
(call-interactively #'kele-get))
(expect (-map #'buffer-name (buffer-list))
:to-contain
Expand Down

0 comments on commit 7ea9d1c

Please sign in to comment.