Skip to content

Commit 4c1252d

Browse files
author
Artem Rys
committed
fix: typo in DM requirement tests
1 parent a5e44b7 commit 4c1252d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_splunk_addon/standard_lib/requirement_tests/requirement_test_datamodel_tag_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Authentication_Default_Authentication": ["default", "authentication"],
99
"Authentication_Insecure_Authentication": ["authentication", "insecure"],
1010
"Authentication_Insecure_Authentication.2": ["authentication", "cleartext"],
11-
"Authentication_PrivilegedAuthentication": ["authentication", "privileged"],
11+
"Authentication_Privileged_Authentication": ["authentication", "privileged"],
1212
"Certificates": ["certificate"],
1313
"Certificates_SSL": ["certificate", "ssl"],
1414
"Change": ["change"],

0 commit comments

Comments
 (0)