From a9dd10ce563290c65cf0968bf3fde0c9d45bac3e Mon Sep 17 00:00:00 2001 From: Burton DeWilde Date: Mon, 13 May 2024 21:17:27 -0400 Subject: [PATCH] tests: Fix seed data to be "correct" --- tests/api/test_exports.py | 2 +- tests/fixtures/seed_data.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/api/test_exports.py b/tests/api/test_exports.py index cf00d7b3..03416d65 100644 --- a/tests/api/test_exports.py +++ b/tests/api/test_exports.py @@ -90,8 +90,8 @@ class TestExportScreeningsResource: "user_email", "user_name", ], + ["4", "citation", "included", "", "name2@example.com", "NAME2"], ["4", "citation", "included", "", "name3@example.com", "NAME3"], - ["4", "citation", "included", "", "name4@example.com", "NAME4"], ], ), ], diff --git a/tests/fixtures/seed_data.json b/tests/fixtures/seed_data.json index 29448b55..665f8c4d 100644 --- a/tests/fixtures/seed_data.json +++ b/tests/fixtures/seed_data.json @@ -431,14 +431,14 @@ ] }, { - "user_id": 3, + "user_id": 2, "review_id": 2, "study_id": 4, "stage": "citation", "status": "included" }, { - "user_id": 4, + "user_id": 3, "review_id": 2, "study_id": 4, "stage": "citation",