mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 11:04:59 +00:00
Gateway Status: allowlist missing token test fixture
This commit is contained in:
@@ -149,7 +149,7 @@ function makeRemoteGatewayConfig(url: string, token = "rtok", localToken = "ltok
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
function mockLocalTokenEnvRefConfig(envTokenId = "MISSING_GATEWAY_TOKEN") {
|
function mockLocalTokenEnvRefConfig(envTokenId = "MISSING_GATEWAY_TOKEN") { // pragma: allowlist secret
|
||||||
loadConfig.mockReturnValueOnce({
|
loadConfig.mockReturnValueOnce({
|
||||||
secrets: {
|
secrets: {
|
||||||
providers: {
|
providers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user