Skip to content

Commit 9ae909f

Browse files
committed
Fix bad naming on Stripe test
Signed-off-by: Daniel González Lopes <[email protected]>
1 parent 936efc9 commit 9ae909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/stripe_key_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from testing.mocks import mock_file_object
88

99

10-
class TestAWSKeyDetector(object):
10+
class TestStripeKeyDetector(object):
1111

1212
@pytest.mark.parametrize(
1313
'file_content,should_flag',

0 commit comments

Comments
 (0)