File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -312,13 +312,13 @@ def test_apiclientmethods():
312312
313313 # [login succeeded; role used]
314314 # 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
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