Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 00297af

Browse files
committed
Removing ! from :payload let declaration
1 parent 6995d43 commit 00297af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/requests/uploads_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
describe 'PUT' do
147147
subject { put(url, params: payload.to_json, headers: headers) }
148148
let(:called_action) { "PUT" }
149-
let!(:payload) {{
149+
let(:payload) {{
150150
number: payload_chunk_number,
151151
size: chunk_stub.size,
152152
hash: {

0 commit comments

Comments
 (0)