Skip to content

Commit

Permalink
deletes redundant record from fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Sep 19, 2024
1 parent 77b3c41 commit ae00cdf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,7 @@ def record_error_data_2(record_data_dcatus_2) -> dict:
"harvest_record_id": record_data_dcatus_2[0]["id"],
"message": "record is invalid",
"type": "ValidationException",
},
{
"harvest_record_id": record_data_dcatus_2[0]["id"],
"message": "record is invalid_2",
"type": "ValidationException",
},
}
]


Expand Down

1 comment on commit ae00cdf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests Skipped Failures Errors Time
2 0 💤 0 ❌ 0 🔥 7.555s ⏱️

Please sign in to comment.