diff --git a/spec/controllers/tenants_spec.cr b/spec/controllers/tenants_spec.cr index 63f67c8..90abfae 100644 --- a/spec/controllers/tenants_spec.cr +++ b/spec/controllers/tenants_spec.cr @@ -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)