Skip to content

Commit 3ccf59c

Browse files
chore: to test the project unit tests
1 parent b2b3596 commit 3ccf59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_splunk_addon/standard_lib/requirement_tests/test_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def generate_cim_req_params(self):
118118
for file1 in os.listdir(req_file_path):
119119
filename = os.path.join(req_file_path, file1)
120120
LOGGER.info(filename)
121-
if filename.endswith(".log") or filename.endswith(".xml"):
121+
if filename.endswith(".log") or filename.endswith(".log"):
122122
try:
123123
self.check_xml_format(filename)
124124
except Exception:

0 commit comments

Comments
 (0)