Fix tests

This commit is contained in:
Andras Schmelczer 2022-06-25 16:23:34 +02:00
parent 497ccca8e6
commit 0c4c3d9803

View file

@ -100,7 +100,9 @@ class TestLargeFileS3(unittest.TestCase):
boto3.client = Mock(return_value=s3) boto3.client = Mock(return_value=s3)
LargeFileS3.configure_credentials_from_file(PATH / "../../example_secrets.ini") LargeFileS3.configure_credentials_from_file(
PATH / "../../docs/example_secrets.ini"
)
lf = LargeFileS3("test-file") lf = LargeFileS3("test-file")
boto3.client.assert_called_once_with( boto3.client.assert_called_once_with(