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 984c8e2 commit ffe8362Copy full SHA for ffe8362
spec/client_spec.rb
@@ -718,7 +718,7 @@ def loop_times(times)
718
end
719
720
it 'import end2end' do
721
- url_resp = @client.create_import_url("#{SecureRandom.uuid}.json'")
+ url_resp = @client.create_import_url("#{SecureRandom.uuid}.json")
722
expect(url_resp['upload_url']).not_to be_empty
723
expect(url_resp['path']).not_to be_empty
724
0 commit comments