Skip to content

Commit

Permalink
updated test/stub/user-organizations.e2e-spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswangcodes committed Mar 20, 2024
1 parent 9fad2cf commit 7a07767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/user-org/user-organizations.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('UserOrgsController', () => {
.set('Content-Type', 'application/json')
.expect('Content-Type', /json/)
.expect(409);
expect(body.message).toEqual('Email already exists');
expect(body.message).toEqual('createUserOrganization HTTP signup error');
});

// not yet implemented, so skipping for now
Expand Down

0 comments on commit 7a07767

Please sign in to comment.