Test to trigger workflows (#1612)

(cherry picked from commit 59ba8e1540)
This commit is contained in:
Justin Ibarra
2021-11-15 10:02:31 -09:00
committed by github-actions[bot]
parent d0ec0f0297
commit 1e2ede92a1
+1 -1
View File
@@ -18,7 +18,7 @@ tmp_file = 'tmp_file.toml'
class TestRuleTomlFormatter(unittest.TestCase):
"""Test that the custom toml formatting is not compromising the integrity of the data."""
with open(get_etc_path('test_toml.json'), 'r') as f:
with open(get_etc_path("test_toml.json"), "r") as f:
test_data = json.load(f)
def compare_formatted(self, data, callback=None, kwargs=None):