Skip to content

Commit

Permalink
test(tenants): remove pp
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfox committed Jul 18, 2024
1 parent 1371cbf commit da819d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/controllers/tenants_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ describe Tenants do
tenant.early_checkin = 7200 # 2 hours
tenant.save!

request_body = 3600_i64.to_json
resp = client.post("#{TENANTS_BASE}/#{tenant.id}/early_checkin", headers: headers, body: request_body)
resp.status_code.should eq(200)
body = JSON.parse(resp.body)
Expand Down

0 comments on commit da819d9

Please sign in to comment.