Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed Sep 11, 2023
1 parent ae8a9cd commit 56b851e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/resource_campaign_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ def to_json_delete(obj)
contents = File.read(Dir.pwd + '/spec/mocks/campaignImportResponse.json')
mock(200, JSON.parse(contents))
response = to_json(@api.campaign
.import("C1QGYD1", "plivo campaign"
)
.import(options = {campaign_id:"C1QGYD1", campaign_alias:"plivo campaign"})
)

contents = JSON.parse(contents)
Expand Down

0 comments on commit 56b851e

Please sign in to comment.