Skip to content

Commit

Permalink
Revert nr of urls
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiTemma committed Jan 17, 2025
1 parent ee6757f commit 518520b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cms/test_duplicate_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ def test_duplicate_regions(

# Check if links exist
assert get_url_count(source_region.slug) == {
"number_all_urls": 20,
"number_all_urls": 18,
"number_email_urls": 0,
"number_ignored_urls": 1,
"number_invalid_urls": 5,
"number_invalid_urls": 4,
"number_phone_urls": 0,
"number_unchecked_urls": 0,
"number_valid_urls": 14,
"number_valid_urls": 13,
}, "Links should exist in the source region"
# Check if links have been cloned (except ignored ones)
assert get_url_count(target_region.slug) == {
Expand Down

0 comments on commit 518520b

Please sign in to comment.