"""Shared fixtures for functional tests.""" from oto import response import pytest @pytest.fixture def test_tracks_response_with_conflict(): """Information from AR database with internal conflict.""" return response.Response({ 11684704: {'vendor_id': 222}, 11432391: {'vendor_id': 333}, })