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

Commit

Permalink
[Issue 1848] Fix a test that is emitting errors and polluting the log…
Browse files Browse the repository at this point in the history
…s. (#1857)
  • Loading branch information
EricBeach committed Aug 7, 2018
1 parent 3b1a974 commit 0298934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scanner/scanner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
TWO_SCANNERS = {'scanners': [
{'name': 'bigquery', 'enabled': False},
{'name': 'bucket_acl', 'enabled': True},
{'name': 'cloudsql_acl', 'enabled': False},
{'name': 'iam_policy', 'enabled': True}
{'name': 'cloudsql_acl', 'enabled': True},
{'name': 'iam_policy', 'enabled': False}
]}

class ScannerRunnerTest(scanner_base_db.ScannerBaseDbTestCase):
Expand Down

0 comments on commit 0298934

Please sign in to comment.