You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=="Remote function module 'STFC_CONNECTION' invocation rejected because the connection is closed"
104
-
)
101
+
asserterror.args[0] =="Remote function module 'STFC_CONNECTION' invocation rejected because the connection is closed"
105
102
106
103
deftest_ping(self):
107
104
assertself.conn.alive
@@ -112,10 +109,7 @@ def test_ping(self):
112
109
error=ex.value
113
110
asserterror.code==13
114
111
asserterror.key=="RFC_INVALID_HANDLE"
115
-
assert (
116
-
error.message=="An invalid handle 'RFC_CONNECTION_HANDLE' was passed to the API call"
117
-
orerror.message=="An invalid handle was passed to the API call"
118
-
)
112
+
asserterror.message=="An invalid handle 'RFC_CONNECTION_HANDLE' was passed to the API call"orerror.message=="An invalid handle was passed to the API call"
0 commit comments