Commit 50a708f5 authored by Chris Baumbauer's avatar Chris Baumbauer

Resolve error with missing attribute in spec fixture

parent 98692e39
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
}, },
"status_reason": { "type": ["string", "null"] }, "status_reason": { "type": ["string", "null"] },
"external_ip": { "type": ["string", "null"] }, "external_ip": { "type": ["string", "null"] },
"hostname": { "type": ["string", "null"] } "hostname": { "type": ["string", "null"] },
"domainname": { "type": ["string", "null"] }
}, },
"required" : [ "name", "status" ] "required" : [ "name", "status" ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment