Skip to content

Commit 2f297df

Browse files
committed
remove return_value from mock value assignment
1 parent 4dab3f5 commit 2f297df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_storage_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_status_when_num_of_chunks_is_zero():
4040
creds = {"AWS_SECRET_KEY": "", "AWS_KEY_ID": "", "AWS_TOKEN": ""}
4141

4242
mock_connection = MagicMock(autospec=SnowflakeConnection)
43-
mock_connection._ocsp_root_certs_dict_lock_timeout.return_value = -1
43+
mock_connection._ocsp_root_certs_dict_lock_timeout = -1
4444

4545
rest_client = SnowflakeS3RestClient(
4646
meta,

0 commit comments

Comments
 (0)