Skip to content

Commit

Permalink
E501 fix
Browse files Browse the repository at this point in the history
Co-authored-by: Dariusz Porowski <Dariusz.Porowski@microsoft.com>
  • Loading branch information
DariuszPorowski and DariuszPorowski authored Nov 12, 2020
1 parent a9c13f5 commit fa4eb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/azure_storage_key_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TestAzureStorageKeyDetector:
'payload, should_flag',
[
(
'AccountKey=lJzRc1YdHaAA2KCNJJ1tkYwF/+mKK6Ygw0NGe170Xu592euJv2wYUtBlV8z+qnlcNQSnIYVTkLWntUO1F8j8rQ==',
'AccountKey=lJzRc1YdHaAA2KCNJJ1tkYwF/+mKK6Ygw0NGe170Xu592euJv2wYUtBlV8z+qnlcNQSnIYVTkLWntUO1F8j8rQ==', # noqa: E501
True,
),
],
Expand Down

0 comments on commit fa4eb9c

Please sign in to comment.