Merge branch 'dev' into revert-703-revert-702-dev

pull/705/head
Hunter Long 2020-06-26 22:08:45 -07:00 committed by GitHub
commit ecf8646045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

2
dev/postman.json vendored
View File

@ -3391,7 +3391,7 @@
" var user = jsonData[0];",
" pm.expect(user.id).to.eql(1);",
" pm.expect(user.username).to.eql(\"admin\");",
" pm.expect(user.email).to.eql(\"info@admin.com\");",
" pm.expect(user.email).to.eql(\"info@domain.com\");",
"});"
],
"type": "text/javascript"