-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update to goflow v0.89.0 #295
Conversation
(SELECT ARRAY_TO_JSON(ARRAY_AGG(ROW_TO_JSON(tr))) FROM ( | ||
SELECT | ||
tr.language as language, | ||
'' as country, |
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.
still haven't added this to the DB yet
Codecov Report
@@ Coverage Diff @@
## master #295 +/- ##
==========================================
+ Coverage 52.79% 53.40% +0.60%
==========================================
Files 101 101
Lines 8896 8904 +8
==========================================
+ Hits 4697 4755 +58
+ Misses 3514 3451 -63
- Partials 685 698 +13
Continue to review full report at Codecov.
|
tc.HTTPMocks = clonedMocks | ||
tc.actualResponse, err = ioutil.ReadAll(resp.Body) | ||
assert.NoError(t, err, "%s: error reading body", tc.Label) | ||
|
||
if !test.UpdateSnapshots { | ||
assert.Equal(t, tc.Status, actual.Status, "%s: unexpected status", tc.Label) |
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.
shouldn't be asserting status if in -update
mode
Allow to use config URL if set
No description provided.