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 6c0717f commit 8206f61Copy full SHA for 8206f61
1 file changed
test/test_cgi.py
@@ -3791,10 +3791,7 @@ def testExpandfile(self):
3791
r"^Found an incorrect token when expandfile applied "
3792
r"string subsitution on "
3793
r"'[^']*[\\/]_test_template[\\/]html[\\/]file_with_bare_%.js'. "
3794
- r"ValueError\("
3795
- r"'unsupported format character ' ' \(0x20\) at index 12'\) was "
3796
- r"raised. Check the format "
3797
- r"of your named conversion specifiers."))
+ r"ValueError\("))
3798
self._caplog.clear()
3799
r = None
3800
0 commit comments