mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 12:39:22 -02:30
Fix node state.
This commit is contained in:
@@ -114,7 +114,7 @@ function InstanceForm({
|
|||||||
hostname: '',
|
hostname: '',
|
||||||
description: '',
|
description: '',
|
||||||
node_type: 'execution',
|
node_type: 'execution',
|
||||||
node_state: 'Installed',
|
node_state: 'installed',
|
||||||
listener_port: 27199,
|
listener_port: 27199,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ describe('<InstanceForm />', () => {
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
hostname: 'new Foo',
|
hostname: 'new Foo',
|
||||||
listener_port: 'This is a repeat song',
|
listener_port: 'This is a repeat song',
|
||||||
node_state: 'Installed',
|
node_state: 'installed',
|
||||||
node_type: 'execution',
|
node_type: 'execution',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user