refactor(qa): clarify Crabline channel-driver terminology

This commit is contained in:
Dallin Romney
2026-08-06 07:05:26 +08:00
parent 9b04d81f97
commit 150e787aa8
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
// Qa Lab tests cover Crabline local-provider transport integration behavior.
// Qa Lab tests cover Crabline channel-driver integration with local provider servers.
import fs from "node:fs/promises";
import path from "node:path";
import type { OpenClawCrablineChannelDriverSelection } from "@openclaw/crabline";
+2 -2
View File
@@ -1,4 +1,4 @@
// Qa Lab plugin module implements Crabline local-provider transport behavior.
// Qa Lab plugin module implements Crabline channel-driver transport behavior against local provider servers.
import fs from "node:fs/promises";
import path from "node:path";
import {
@@ -420,7 +420,7 @@ class QaCrablineTransport extends QaStateBackedTransportAdapter {
cfg: OpenClawConfig;
accountId?: string | null;
}) => {
throw new Error(`Crabline local-provider transport does not support ${_params.action} yet.`);
throw new Error(`Crabline channel-driver transport does not support ${_params.action} yet.`);
};
createReportNotes = (_params: QaTransportReportParams) => [