mirror of
https://github.com/kemko/nomad.git
synced 2026-01-16 15:25:41 +03:00
Fixes intermittent test failures
This commit is contained in:
@@ -62,7 +62,7 @@ export default Factory.extend({
|
||||
// Each node has a corresponding client stats resource that's queried via node IP.
|
||||
// Create that record, even though it's not a relationship.
|
||||
server.create('client-stats', {
|
||||
id: node.http_addr,
|
||||
id: node.httpAddr,
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user