Skip to content
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

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

greghuels
Copy link
Contributor

@greghuels greghuels commented Jul 1, 2024

Fixes a mistake in the structure of the assignmentDetails object. See original PR: #38

"environment": {
"name": "Test"
},
"environmentName": "Test",
Copy link
Contributor Author

@greghuels greghuels Jul 1, 2024

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.

Copy link
Contributor

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",
Copy link
Contributor

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 👍

@greghuels greghuels merged commit e169514 into main Jul 1, 2024
1 check passed
@greghuels greghuels deleted the greg/FF-2526/ufc-environment-fix branch July 1, 2024 18:43
greghuels added a commit that referenced this pull request Jul 1, 2024
greghuels added a commit that referenced this pull request Jul 1, 2024
* Revert "FF-2526 fix tests for assignmentDetails object (#40)"

This reverts commit e169514.

* Revert "FF-2526 include environment and allocation.name in UFC response (#38)"

This reverts commit 60e1a5f.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants