Skip to content

Commit b288dee

Browse files
committed
true isn't coming through as quoted
1 parent a10c8ce commit b288dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/controllers/marketing_redesign/opportunities_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"email" => "example@example.com",
3434
"company_name" => "Example Company",
3535
"contact_job_title" => "Example Job Title",
36-
"inbound" => "true",
36+
"inbound" => true,
3737
:conversion_point => be_present,
3838
:project_type => be_present
3939
})

0 commit comments

Comments
 (0)