Skip to content

Commit 39ade23

Browse files
committed
InABox: fix the tests
The code changed to have a different key name to look for, but the tests were not updated.
1 parent de2fd6f commit 39ade23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/inabox.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ my %CREATE_RESPONSES = (
220220

221221
ssh_key_fetch => gen_response(200, {
222222
ssh_keys => [{
223-
name => 'fminabox',
223+
name => 'synergy',
224224
id => 99,
225225
}],
226226
}),

0 commit comments

Comments
 (0)