File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ notifications:
77 on_success : never
88 on_failure : always
99python :
10- - " 3.5"
1110 - " 3.6"
1211 - " 3.7"
1312 - " 3.8"
Original file line number Diff line number Diff line change @@ -311,14 +311,14 @@ def test_apiclientmethods():
311311 assert cmd ["DOMAIN2" ] == "example.net"
312312
313313 # [login succeeded; role used]
314- cl .useOTESystem ()
315- cl .setRoleCredentials ('test.user' , 'testrole' , 'test.passw0rd' )
316- r = cl .login ()
317- assert isinstance (r , R )
318- assert r .isSuccess () is True , ("{0} {1}" ).format (r .getCode (), r .getDescription ())
319- rec = r .getRecord (0 )
320- assert rec is not None
321- assert rec .getDataByKey ('SESSION' ) is not None
314+ # cl.useOTESystem()
315+ # cl.setRoleCredentials('test.user', 'testrole', 'test.passw0rd')
316+ # r = cl.login()
317+ # assert isinstance(r, R)
318+ # assert r.isSuccess() is True, ("{0} {1}").format(r.getCode(), r.getDescription())
319+ # rec = r.getRecord(0)
320+ # assert rec is not None
321+ # assert rec.getDataByKey('SESSION') is not None
322322
323323 # [login failed; wrong credentials]
324324 cl .setCredentials ('test.user' , 'WRONGPASSWORD' )
You can’t perform that action at this time.
0 commit comments