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 88004e3 commit 1371cbf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/controllers/tenants_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ describe Tenants do
tenant.early_checkin = 7200 # 2 hours
tenant.save!

pp! 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 1371cbf

Please sign in to comment.