summaryrefslogtreecommitdiff
path: root/tests/test_response.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_response.py')
-rw-r--r--tests/test_response.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_response.py b/tests/test_response.py
index abfbbc4f1..63def1212 100644
--- a/tests/test_response.py
+++ b/tests/test_response.py
@@ -33,7 +33,7 @@ class TestFileResponse(unittest.TestCase):
def _getPath(self, suffix='txt'):
here = os.path.dirname(__file__)
- return os.path.join(here, 'fixtures', 'minimal.%s' % (suffix,))
+ return os.path.join(here, 'fixtures', f'minimal.{suffix}')
def test_with_image_content_type(self):
path = self._getPath('jpg')