Test to trigger workflows (#1612)
(cherry picked from commit 59ba8e1540)
This commit is contained in:
committed by
github-actions[bot]
parent
d0ec0f0297
commit
1e2ede92a1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user