From 3313b4f9c3c5d6a579588e77068ca3ae3edffe2b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Jan 2021 14:26:08 +0100 Subject: Adding upstream version 0.15.0. Signed-off-by: Daniel Baumann --- qa/test_named_rules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qa/test_named_rules.py') diff --git a/qa/test_named_rules.py b/qa/test_named_rules.py index 6020bbf..92e968b 100644 --- a/qa/test_named_rules.py +++ b/qa/test_named_rules.py @@ -7,14 +7,14 @@ class NamedRuleTests(BaseTestCase): """ Integration tests for named rules.""" def test_named_rule(self): - commit_msg = u"WIP: thåt dûr bår\n\nSïmple commit body" + commit_msg = "WIP: thåt dûr bår\n\nSïmple commit body" self.create_simple_commit(commit_msg) config_path = self.get_sample_path("config/named-rules") output = gitlint("--config", config_path, _cwd=self.tmp_git_repo, _tty_in=True, _ok_code=[5]) self.assertEqualStdout(output, self.get_expected("test_named_rules/test_named_rule_1")) def test_named_user_rule(self): - commit_msg = u"Normal cömmit title\n\nSïmple commit message body" + commit_msg = "Normal cömmit title\n\nSïmple commit message body" self.create_simple_commit(commit_msg) config_path = self.get_sample_path("config/named-user-rules") extra_path = self.get_sample_path("user_rules/extra") -- cgit v1.2.3