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
assert(res.toString().includes("recording authorization only] encountered authorization not tied to the root contract invocation for an address. Use `require_auth()` in the top invocation or enable non-root authorization."));
57
-
48
+
expect(res.status).to.not.equal("SUCCESS");
49
+
expect(
50
+
res.error||toSafeJson(res),
51
+
'Missing expected Soroban auth error message'
52
+
).to.include("recording authorization only] encountered authorization not tied to the root contract invocation for an address. Use `require_auth()` in the top invocation or enable non-root authorization.");
0 commit comments