mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
refactor(qa): clarify Crabline channel-driver terminology
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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) => [
|
||||
|
||||
Reference in New Issue
Block a user