From b44090b187b0a54d004b7d1301d7a71c993b69de Mon Sep 17 00:00:00 2001 From: Miguel Pinto Date: Tue, 10 Sep 2024 18:12:52 +0100 Subject: [PATCH] feat: rubocop --- spec/fixtures/api/customer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fixtures/api/customer.json b/spec/fixtures/api/customer.json index ff374d4..0211294 100644 --- a/spec/fixtures/api/customer.json +++ b/spec/fixtures/api/customer.json @@ -16,7 +16,7 @@ "name": "Gavin Belson", "firstname": "Gavin", "lastname": "Belson", - "customer_type": "Company", + "customer_type": "individual", "phone": "1-171-883-3711 x245", "state": "CA", "url": "http://hooli.com",