Don't show private key

This commit is contained in:
Miguel Jacq 2021-08-31 14:52:27 +10:00
parent 30b12cac55
commit cf604f78f4
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
7 changed files with 4 additions and 29 deletions

View file

@ -51,7 +51,6 @@ class TestWebsite(GuiBaseTest):
self.have_copy_url_button(tab)
self.have_show_url_qr_code_button(tab)
self.client_auth_instructions_shown(tab)
self.private_key_shown(tab)
self.have_show_client_auth_qr_code_button(tab)
self.server_status_indicator_says_started(tab)