We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee622cd commit 40ed8c8Copy full SHA for 40ed8c8
spec/live/ticket_spec.rb
@@ -226,7 +226,7 @@ def valid_attributes
226
t.instance_variable_set(:@custom_fields, [{id: 1, value: "abc"}])
227
t
228
end
229
- let(:proxy) { ZendeskAPI::Ticket::CustomFieldSymbolProxy.new(ticket, nil) }
+ let(:proxy) { ZendeskAPI::Ticket::CustomFieldSymbolProxy.new(ticket) }
230
231
it "reads a custom field by symbol" do
232
expect(proxy["foo"]).to eq("abc")
0 commit comments