def test_expect_fragment_encoded_response_by_response_type(self, response_type, expected): assert AuthResponseHandler.expect_fragment_encoded_response({'response_type': response_type}) is expected