Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Fixing copy and paste error in test description (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBeach committed Aug 8, 2018
1 parent 0298934 commit 4fc6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/notifier/notifier_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_notifications_for_nonempty_violations(
'google.cloud.forseti.notifier.notifier.scanner_dao', autospec=True)
def test_notifications_are_not_sent_without_valid_scanner_index_id(
self, mock_dao, mock_find_notifiers, mock_gcs_violations_cls, mock_email_violations_cls):
"""The email/GCS upload notifiers are instantiated/run.
"""Without scanner index id, no notifications are sent.
Setup:
Mock the scanner_dao and make its map_by_resource() function return
Expand Down

0 comments on commit 4fc6568

Please sign in to comment.