Fix tests
This commit is contained in:
parent
84bb829083
commit
c81c22eef5
1 changed files with 3 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue