-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FF-2526 fix tests for assignmentDetails object #40
Conversation
"environment": { | ||
"name": "Test" | ||
}, | ||
"environmentName": "Test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keeping this as a top-level field so that it isn't nested (when logging to Chrome console for instance). The UFC response still has environment
as an object though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh true, nested objects are a hassle to sift through in console logs 👍
"environment": { | ||
"name": "Test" | ||
}, | ||
"environmentName": "Test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh true, nested objects are a hassle to sift through in console logs 👍
Fixes a mistake in the structure of the assignmentDetails object. See original PR: #38