fix tests

This commit is contained in:
Nick Sweeting 2021-02-18 04:26:56 -05:00
parent 13c2b7c8eb
commit 46a4197514
3 changed files with 7 additions and 7 deletions

View file

@ -61,7 +61,7 @@ def write_link_to_sql_index(link: Link):
}
)
else:
result, _ = ArchiveResult.objects.create_or_update(
result, _ = ArchiveResult.objects.update_or_create(
snapshot_id=snapshot.id,
extractor=extractor,
start_ts=parse_date(entry.start_ts),