Skip to content

Commit

Permalink
Removed useless space
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Defise committed Sep 7, 2023
1 parent 78f1fd7 commit 48fa6b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test(self):
runner = Runner()
current_dir = os.path.dirname(os.path.realpath(__file__))

test_files_dir = os.path.join(current_dir, "example_SQLDatabaseZoneRedundant ")
test_files_dir = os.path.join(current_dir, "example_SQLDatabaseZoneRedundant")
report = runner.run(root_folder=test_files_dir,
runner_filter=RunnerFilter(checks=[check.id]))
summary = report.get_summary()
Expand Down

0 comments on commit 48fa6b3

Please sign in to comment.