From 39ade23494031f6ea224c3014b856385c22b171b Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 6 Feb 2024 17:45:01 +0100 Subject: [PATCH] InABox: fix the tests The code changed to have a different key name to look for, but the tests were not updated. --- t/inabox.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/inabox.t b/t/inabox.t index dcef15a7..d740187d 100644 --- a/t/inabox.t +++ b/t/inabox.t @@ -220,7 +220,7 @@ my %CREATE_RESPONSES = ( ssh_key_fetch => gen_response(200, { ssh_keys => [{ - name => 'fminabox', + name => 'synergy', id => 99, }], }),