Update VPN client connection flow
This commit is contained in:
@@ -18,7 +18,7 @@ test('gateway deploy updates control without recreating dataplane', () => {
|
||||
assert.match(workflow, /UPDATE_DATAPLANE="\$\{UPDATE_DATAPLANE\}"/);
|
||||
assert.match(workflow, /src\/server\/\(config\|dataplane\|gatewayRouting\|singbox\|singboxRuntime\|version\)/);
|
||||
assert.match(workflow, /src\/server\/\(adapters\/neighbors\|services\/\(connectivityDiagnosticsService\|deviceTrafficService\|devicePolicyService\)\)/);
|
||||
assert.match(workflow, /src\/shared\/errors/);
|
||||
assert.match(workflow, /src\/shared\/\(connectivityDiagnostics\|errors\)/);
|
||||
assert.doesNotMatch(workflow, /dataplaneClient/);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user