Merge branch '2.3' into 2.4.5

This commit is contained in:
Markus Mäkelä
2019-12-19 10:03:35 +02:00
5 changed files with 18 additions and 9 deletions

View File

@ -63,7 +63,7 @@ describe("Create/Destroy Commands", function() {
res.data.relationships.servers.data.length.should.equal(1)
res.data.relationships.servers.data[0].id.should.equal("server4")
res.data.attributes.parameters.user.should.equal("maxuser")
res.data.attributes.parameters.password.should.equal("maxpwd")
res.data.attributes.parameters.password.should.equal("*****")
})
})