def test_with_forwarded_host(event_on_foobar, client): settings.USE_X_FORWARDED_HOST = True r = client.get(f'/{event_on_foobar.slug}/', HTTP_X_FORWARDED_HOST='foobar') assert r.status_code == 200