Skip to content

Commit

Permalink
--fixup=6436d3dfdfef75a47c076969b959e4b1c9697788
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 3, 2024
1 parent 6436d3d commit 8b1177f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions PyFunceble/config/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class ConfigComparison:
"repo",
"requirements",
"user_agents",
"api_date_format",
"api_no_referrer",
]
DELETED_CORE: List[str] = [
"dns_lookup_over_tcp",
Expand Down
2 changes: 1 addition & 1 deletion tests/config/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def test_get_config_file_content(self) -> None:
expected = self.our_config.to_dict()

actual = self.config_loader.get_config_file_content()

self.maxDiff = None
self.assertEqual(expected, actual)

def test_get_config_file_content_yaml_issue(self) -> None:
Expand Down
5 changes: 4 additions & 1 deletion tests/pyf_test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,10 @@
},
"self_managed": False,
},
"links": {},
"links": {
# Keep this for the sake of the tests - and future reference.
"example": "https://example.org",
},
"lookup": {
"dns": True,
"http_status_code": True,
Expand Down

0 comments on commit 8b1177f

Please sign in to comment.