We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3e8b2 commit 97fdfcbCopy full SHA for 97fdfcb
integration/internal/emulator/tests/accounts_test.go
@@ -1213,6 +1213,6 @@ func TestAccountAccess(t *testing.T) {
1213
require.Contains(
1214
t,
1215
result.Error.Error(),
1216
- "error: cannot access `a` because field requires `account` authorization",
+ "error: access denied: cannot access `a` because field requires `account` authorization",
1217
)
1218
}
0 commit comments