Refactor VPN proxy components and update related behavior
This commit is contained in:
@@ -20,7 +20,7 @@ test('connection button chooses the only valid client action', () => {
|
||||
type: 'apply',
|
||||
serverId: 'srv_nl',
|
||||
});
|
||||
assert.deepEqual(connectionAction({ configExists: true }), { type: 'restart' });
|
||||
assert.equal(connectionAction({ configExists: true }), null);
|
||||
assert.equal(connectionAction({}), null);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user