We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8933d commit 869a8cbCopy full SHA for 869a8cb
src/dal/test/stories.py
@@ -82,7 +82,7 @@ def get_label(self):
82
83
def clean_label(self, label):
84
"""Given an option text, return the actual label."""
85
- return label
+ return label.replace('%20', ' ')
86
87
@tenacity.retry(stop=tenacity.stop_after_delay(3))
88
def assert_label(self, text):
0 commit comments