Fixes intermittent test failures

This commit is contained in:
Michael Lange
2017-11-16 17:35:02 -08:00
parent 0dce1ec659
commit a822849254
2 changed files with 2 additions and 2 deletions

View File

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