-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ess-3110 Not all fields are mapped when getting a campaign #42
Ess-3110 Not all fields are mapped when getting a campaign #42
Conversation
…n gracefully if no operations
We have to fix
|
I snuck in and fixed the style by running |
@@ -278,6 +287,15 @@ def test_get_campaign_camelcase( | |||
"Main Data Provider": "4Subsea", | |||
"Start Date": "2017-04-08T00:00:00+00:00", | |||
"End Date": "2017-05-13T00:00:00+00:00", | |||
"GeoTrack Location": "10#21", |
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.
I don't know why it needs all these, I assume they have been added to the API without the package having been built and therefore we do not pick up errors in integration tests. Perhaps we should run these tests when we deploy 4insight, or at least at some intervals to stay up to date on changes...
This PR is related to user story https://4insight.atlassian.net/browse/ESS-3110) and https://4insight.atlassian.net/browse/ESS-3038
Description
Map all fields on get_campaign
Also fixed bug ESS_3038 get_swimops_campaign does not return gracefully if no operations
Checklist