Fix tests
This commit is contained in:
parent
497ccca8e6
commit
0c4c3d9803
1 changed files with 3 additions and 1 deletions
|
|
@ -100,7 +100,9 @@ class TestLargeFileS3(unittest.TestCase):
|
|||
|
||||
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")
|
||||
|
||||
boto3.client.assert_called_once_with(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue