We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eda89 commit 185eb75Copy full SHA for 185eb75
tests/test_extract_socials.py
@@ -51,7 +51,10 @@ def test_extract_mastodon_url(input_string, result):
51
"https://regional.linkedin.com/in/example",
52
),
53
("in/user123/nl", "https://linkedin.com/in/user123/nl"),
54
- ("https://nl.linkedin.com/in/user123/en", "https://nl.linkedin.com/in/user123/en"),
+ (
55
+ "https://nl.linkedin.com/in/user123/en",
56
57
+ ),
58
],
59
)
60
def test_extract_linkedin_url(input_string, result):
0 commit comments