Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 18, 2024
1 parent ac84d4a commit a58f8de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hcloud/action_waiter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ func TestWaitFor(t *testing.T) {
{
Name: "succeed",
WantRequests: []mockutils.Request{
{
Method: "GET", Path: "/actions?id=1509772237&page=1&sort=status&sort=id",
{Method: "GET", Path: "/actions?id=1509772237&page=1&sort=status&sort=id",
Status: 200,
JSONRaw: `{
"actions": [
Expand Down

0 comments on commit a58f8de

Please sign in to comment.