Skip to content

Commit 27bc477

Browse files
author
Rafael Marinho
committed
fix http code
1 parent 7eb8162 commit 27bc477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/client_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,8 +1455,8 @@ def loop_times(times)
14551455
# Call the method
14561456
response = @client.mark_delivered(delivery_data, user_id: @gandalf)
14571457

1458-
# The response should be successful (status 200)
1459-
expect(response.status_code).to eq(200)
1458+
# The response should be successful (status 201)
1459+
expect(response.status_code).to eq(201)
14601460
end
14611461
end
14621462
end

0 commit comments

Comments
 (0)