Fix node state.

This commit is contained in:
Kia Lam 2022-08-31 14:48:49 -07:00 committed by Jeff Bradberry
parent ebd200380a
commit da945eed93
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ function InstanceForm({
hostname: '',
description: '',
node_type: 'execution',
node_state: 'Installed',
node_state: 'installed',
listener_port: 27199,
enabled: true,
}}

View File

@ -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',
});
});