Skip to content

Commit

Permalink
Add 'url' named capture group to common.url Regex - update unit tests…
Browse files Browse the repository at this point in the history
… too
  • Loading branch information
ptmcg committed Mar 27, 2023
1 parent 391fd80 commit 1419802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_unit.py
Expand Up @@ -6590,6 +6590,7 @@ def testCommonUrlParts(self):
"path": parts.path,
"query": parts.query,
"fragment": parts.fragment,
"url": sample_url,
}

self.assertParseAndCheckDict(ppc.url, sample_url, expected, verbose=True)
Expand Down

0 comments on commit 1419802

Please sign in to comment.