Skip to content

Commit

Permalink
InABox: fix the tests
Browse files Browse the repository at this point in the history
The code changed to have a different key name to look for, but the tests
were not updated.
  • Loading branch information
rjbs committed Feb 6, 2024
1 parent de2fd6f commit 39ade23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/inabox.t
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ my %CREATE_RESPONSES = (

ssh_key_fetch => gen_response(200, {
ssh_keys => [{
name => 'fminabox',
name => 'synergy',
id => 99,
}],
}),
Expand Down

0 comments on commit 39ade23

Please sign in to comment.