From 6f365fc500ed11f916b57b69ead7cc4d21b01fbf Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 10 Dec 2021 16:05:07 -0600 Subject: [PATCH] added fixture for teamsnap import syncing --- teamsnap/fixtures/2021cmba.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 teamsnap/fixtures/2021cmba.json diff --git a/teamsnap/fixtures/2021cmba.json b/teamsnap/fixtures/2021cmba.json new file mode 100644 index 0000000..280ad39 --- /dev/null +++ b/teamsnap/fixtures/2021cmba.json @@ -0,0 +1 @@ +[{"model": "teamsnap.user", "pk": 1, "fields": {"teamsnap_id": "25560745", "access_token": "u2SqDq78FumVvhkt1D-V1CQ2ZIaB-nUVlzGwd1YhGtA"}}, {"model": "teamsnap.team", "pk": 1, "fields": {"teamsnap_id": "7644001", "name": null, "bencoach_team": null}}] \ No newline at end of file