Skip to content

Commit

Permalink
Test: Update integration test of lot
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Oct 11, 2022
1 parent a334e85 commit ea46f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/stock/lots.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('(/lots/) The lots HTTP API', () => {
'entry_date', 'expiration_date', 'inventory_uuid',
'inventory_code', 'inventory_name', 'tags',
'is_asset', 'reference_number', 'serial_number', 'package_size',
'is_count_per_container',
];
expect(res.body).to.have.all.keys(expectedKeys);
})
Expand Down

0 comments on commit ea46f49

Please sign in to comment.