Skip to content

Commit ddcff4c

Browse files
committed
fix
1 parent 1a6a52e commit ddcff4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/users.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ function runTests(userSchema, userSchemaExtensions = [], configuration) {
199199
// find required attributes from the schema
200200

201201
const response = await testAxios.post('/Users', creation.request);
202-
console.log(response.data)
203202
assert.strictEqual(response.status, 201, 'User creation should return 201 Created');
204203

205204
// Verify response matches the expected response format

0 commit comments

Comments
 (0)