Skip to content
Snippets Groups Projects
Commit adaf2eb5 authored by muhammad-ammar's avatar muhammad-ammar
Browse files

Merge pull request #4731 from edx/ammar/fix-property-call

Fix property call issue
parents 45c2abbb 9bdf16d8
No related merge requests found
......@@ -499,7 +499,7 @@ class YouTubeVideoTest(VideoBaseTest):
def _verify_caption_text(self, text):
self.video._wait_for(
lambda: (text in self.video.captions_text()),
lambda: (text in self.video.captions_text),
u'Captions contain "{}" text'.format(text),
timeout=5
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment