Fix rbac token detection for table and resource token tests.

This commit is contained in:
Jade Welton
2026-07-13 13:59:37 -07:00
parent b629d93a83
commit 06df151cf2
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ const initTestExplorer = async (): Promise<void> => {
case "gremlin":
rbacToken = gremlinRbacToken;
break;
case "tables":
case "table":
rbacToken = tableRbacToken;
break;
case "cassandra":