After successful POST a redirect should happen (PRG Pattern)
response = admin_client.post(url, data) assert response.status_code == 302
I