mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Changed to a more generic URL for testing
This commit is contained in:
parent
b97e1400e6
commit
11a281b862
2 changed files with 4 additions and 4 deletions
|
@ -67,10 +67,10 @@ class TestBug1575(TestCase):
|
|||
|
||||
tw-1575: `task log` mangles URLs when quoted
|
||||
"""
|
||||
self.t("log testing123 https://bug.tasktools.org")
|
||||
self.t("log testing123 https://foo.example.com")
|
||||
|
||||
code, out, err = self.t("completed")
|
||||
self.assertIn("testing123 https://bug.tasktools.org", out)
|
||||
self.assertIn("testing123 https://foo.example.com", out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue