Exception message in cert_verify() should be an f-string
The following in `behave_utils.http` needs to be an f-string to display correctly:
```python
77 raise ValueError(
78 "To supply verification certificates please use "
79 "redirect(session, '{url.scheme}://{url.netloc}', '{self.destination}', Path('{verify}'))",
80 )
```
issue