mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Fix TW URL in the version.t test
This commit is contained in:
parent
339397f836
commit
60bce31df1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class TestVersion(TestCase):
|
|||
expected = "task {0}".format(self.slurp())
|
||||
self.assertIn(expected, out)
|
||||
self.assertIn("MIT license", out)
|
||||
self.assertIn("http://taskwarrior.org", out)
|
||||
self.assertIn("https://taskwarrior.org", out)
|
||||
|
||||
def slurp_git(self):
|
||||
git_cmd = ("git", "rev-parse", "--short", "--verify", "HEAD")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue