Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshkumar-plivo committed Jan 29, 2024
1 parent 843bb53 commit 6d0411b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/resource_messages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def to_json_list(list_object)
type: 'sms',
url: 'http://url.com',
method: 'POST',
log: true
log: "true"
))))
.to eql(JSON.parse(contents))
compare_requests(uri: '/v1/Account/MAXXXXXXXXXXXXXXXXXX/Message/',
Expand All @@ -178,7 +178,7 @@ def to_json_list(list_object)
type: 'sms',
url: 'http://url.com',
method: 'POST',
log: true
log: "true"
})
end

Expand All @@ -194,7 +194,7 @@ def to_json_list(list_object)
type: 'sms',
url: 'http://url.com',
method: 'POST',
log: true
log: "true"
))))
.to eql(JSON.parse(contents))
compare_requests(uri: '/v1/Account/MAXXXXXXXXXXXXXXXXXX/Message/',
Expand All @@ -207,7 +207,7 @@ def to_json_list(list_object)
type: 'sms',
url: 'http://url.com',
method: 'POST',
log: true
log: "true"
})
end

Expand All @@ -223,7 +223,7 @@ def to_json_list(list_object)
type: 'sms',
url: 'http://url.com',
method: 'POST',
log: true
log: "true"
)
end
.to raise_error(
Expand Down

0 comments on commit 6d0411b

Please sign in to comment.