summaryrefslogtreecommitdiff
path: root/python/samba/tests/blackbox/mdfind.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/blackbox/mdfind.py')
-rw-r--r--python/samba/tests/blackbox/mdfind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/blackbox/mdfind.py b/python/samba/tests/blackbox/mdfind.py
index 44de51cf767..e00af054007 100644
--- a/python/samba/tests/blackbox/mdfind.py
+++ b/python/samba/tests/blackbox/mdfind.py
@@ -127,4 +127,4 @@ class MdfindBlackboxTests(BlackboxTestCase):
actual = output.decode('utf-8').splitlines()
expected = ["%s/%s" % (self.sharepath, file) for file in testfiles]
- self.assertEquals(expected, actual)
+ self.assertEqual(expected, actual)