tests: Fix TW URL in the version.t test
This commit is contained in:
@@ -75,7 +75,7 @@ class TestVersion(TestCase):
|
|||||||
expected = "task {0}".format(self.slurp())
|
expected = "task {0}".format(self.slurp())
|
||||||
self.assertIn(expected, out)
|
self.assertIn(expected, out)
|
||||||
self.assertIn("MIT license", out)
|
self.assertIn("MIT license", out)
|
||||||
self.assertIn("http://taskwarrior.org", out)
|
self.assertIn("https://taskwarrior.org", out)
|
||||||
|
|
||||||
def slurp_git(self):
|
def slurp_git(self):
|
||||||
git_cmd = ("git", "rev-parse", "--short", "--verify", "HEAD")
|
git_cmd = ("git", "rev-parse", "--short", "--verify", "HEAD")
|
||||||
|
|||||||
Reference in New Issue
Block a user