From 1371cbf930a74862185aee4d6097dd6a4f03a03f Mon Sep 17 00:00:00 2001 From: Mia Bennett Date: Thu, 18 Jul 2024 14:48:01 +0930 Subject: [PATCH] test(tenants): remove pp --- spec/controllers/tenants_spec.cr | 1 - 1 file changed, 1 deletion(-) 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)