Skip to content

Commit ffe8362

Browse files
fix: test
1 parent 984c8e2 commit ffe8362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def loop_times(times)
718718
end
719719

720720
it 'import end2end' do
721-
url_resp = @client.create_import_url("#{SecureRandom.uuid}.json'")
721+
url_resp = @client.create_import_url("#{SecureRandom.uuid}.json")
722722
expect(url_resp['upload_url']).not_to be_empty
723723
expect(url_resp['path']).not_to be_empty
724724

0 commit comments

Comments
 (0)