Skip to content

Commit d5f7f98

Browse files
tests: fix a typo in a test name
The word member is not spelled "memeber". Signed-off-by: John Mulligan <[email protected]>
1 parent de0e740 commit d5f7f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def test_ad_dc_invalid():
529529
list(i1.domain_groups())
530530

531531

532-
def test_ad_dc_bad_memeber_of():
532+
def test_ad_dc_bad_member_of():
533533
jdata = """
534534
{
535535
"samba-container-config": "v0",

0 commit comments

Comments
 (0)