Skip to content

Commit 40ed8c8

Browse files
committed
constructor changed
1 parent ee622cd commit 40ed8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/live/ticket_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def valid_attributes
226226
t.instance_variable_set(:@custom_fields, [{id: 1, value: "abc"}])
227227
t
228228
end
229-
let(:proxy) { ZendeskAPI::Ticket::CustomFieldSymbolProxy.new(ticket, nil) }
229+
let(:proxy) { ZendeskAPI::Ticket::CustomFieldSymbolProxy.new(ticket) }
230230

231231
it "reads a custom field by symbol" do
232232
expect(proxy["foo"]).to eq("abc")

0 commit comments

Comments
 (0)