Skip to content

Commit

Permalink
Fix check for install failure case
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jan 18, 2024
1 parent 096f45a commit 6c2140c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_install(aws_credentials, mock_function_config):
install(
layer_install(nr_account_id=12345, session=mock_session), "foobarbaz"
)
is True
is False
)

mock_client.get_function.reset_mock(return_value=True)
Expand Down

0 comments on commit 6c2140c

Please sign in to comment.