-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from fahamutech/migrate_to_traefik_v2_and_bfas…
…t_database_core_v4 migrate traefik configurations to v2 and bfast database core to v4
- Loading branch information
Showing
4 changed files
with
580 additions
and
595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -313,14 +313,15 @@ describe('Users route', function () { | |
}); | ||
should().exist(user); | ||
should().exist(detail); | ||
should().exist(detail.createdAt); | ||
should().exist(detail.updatedAt); | ||
should().exist(detail.id); | ||
expect(detail.displayName).equal('ethan'); | ||
expect(detail.phoneNumber).equal('0656'); | ||
expect(detail.email).equal('[email protected]'); | ||
expect(detail.username).equal('[email protected]'); | ||
expect(detail.role).equal('USER'); | ||
should().exist(detail.message); | ||
expect(detail).eql({message: "done update", modified: 1}) | ||
// should().exist(detail.updatedAt); | ||
// should().exist(detail.id); | ||
// expect(detail.displayName).equal('ethan'); | ||
// expect(detail.phoneNumber).equal('0656'); | ||
// expect(detail.email).equal('[email protected]'); | ||
// expect(detail.username).equal('[email protected]'); | ||
// expect(detail.role).equal('USER'); | ||
}); | ||
// it('should not update un-changeable field for valid token', async function () { | ||
// try { | ||
|
Oops, something went wrong.