Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mak committed Feb 24, 2020
1 parent 6a7d47c commit 6df6ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/Controller/Api/NodeDiskInformation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ describe("Node disk information controller - fetch disk information test", async
token: 'token111',
url: 'url111',
address: 'address111',
userId: 100
userId: 100,
notifications: true
});
await NodeDiskInformation.create({
id: 10,
Expand Down

0 comments on commit 6df6ac7

Please sign in to comment.