mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
delete line from test
This commit is contained in:
parent
d118318505
commit
b07cad5bd2
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ class DetermineUserAgentTest(test_util.ConfigTestCase):
|
|||
doc_value_check = self.assertNotIn
|
||||
real_value_check = self.assertIn
|
||||
|
||||
doc_value_check("certbot", ua)
|
||||
doc_value_check("OS_NAME OS_VERSION", ua)
|
||||
doc_value_check("major.minor.patchlevel", ua)
|
||||
real_value_check(util.get_os_info_ua(), ua)
|
||||
|
|
|
|||
Loading…
Reference in a new issue