diff --git a/test/check-subscriptions b/test/check-subscriptions index db6ffd8..2fcb500 100755 --- a/test/check-subscriptions +++ b/test/check-subscriptions @@ -192,8 +192,7 @@ auto_config=False auto_update=False base_url={hostname}:8443/r/insights cert_verify=/var/lib/insights/mock-certs/ca.crt -username=admin -password=foobar +authmethod=CERT """, ) diff --git a/test/files/mock-insights b/test/files/mock-insights index d1e4a84..ece876a 100755 --- a/test/files/mock-insights +++ b/test/files/mock-insights @@ -14,8 +14,7 @@ # auto_update=False # base_url=127.0.0.1:8443/r/insights # cert_verify=/var/lib/insights/mock-certs/ca.crt -# username=admin -# password=foobar +# authmethod=CERT import email from http.server import BaseHTTPRequestHandler, HTTPServer