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