Pārlūkot izejas kodu

eauth=kerberos is not noopt

No idea why it was added in 5a11651baf032fbdf0f1dc334674284e76570b0f
Simon Lundström 5 gadi atpakaļ
vecāks
revīzija
6ccb0c8ebe
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      tests/conftest.py

+ 0 - 1
tests/conftest.py

@@ -89,7 +89,6 @@ def pepperconfig(salt_api_port):
         SALTAPI_EAUTH=sharedsecret
         [noopts]
         SALTAPI_URL=http://localhost:{0}/
-        SALTAPI_EAUTH=kerberos
     '''.format(salt_api_port))
     with open('tests/.pepperrc', 'w') as pepper_file:
         print(config, file=pepper_file)