We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c693990 commit e062b23Copy full SHA for e062b23
tests/conftest.py
@@ -14,6 +14,6 @@
14
def kepware_server():
15
return [kepconfig.connection.server(host = '127.0.0.1', port = 57412, user = 'Administrator', pw = '', https = False), 'TKS']
16
17
- # server = kepconfig.connection.server(host = '127.0.0.1', port = 57513, user = 'Administrator', pw = 'Kepware400400400', https = True)
+ # server = kepconfig.connection.server(host = '127.0.0.1', port = 57513, user = 'Administrator', pw = '', https = True)
18
# server.SSL_trust_all_certs = True
19
# return [server, 'TKE']
0 commit comments