-
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.72.0 #241
Conversation
@@ -19,8 +19,6 @@ func TestServer(t *testing.T) { | |||
{URL: "/mr/flow/inspect", Method: "POST", Files: "inspect_invalid_legacy", Status: 200}, | |||
{URL: "/mr/flow/inspect", Method: "POST", Files: "inspect_valid", Status: 200}, | |||
{URL: "/mr/flow/inspect", Method: "POST", Files: "inspect_invalid", Status: 422}, | |||
{URL: "/mr/flow/inspect", Method: "POST", Files: "inspect_valid_without_org", Status: 200}, | |||
{URL: "/mr/flow/inspect", Method: "POST", Files: "inspect_invalid_without_org", Status: 200}, |
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.
we no longer call inspect without an org - used to be just to avoid an error
"key": "birthdate", | ||
"name": "", | ||
"type": "field" | ||
} |
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.
So excited by this!
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.
same!
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
=======================================
Coverage 48.54% 48.54%
=======================================
Files 83 83
Lines 7457 7457
=======================================
Hits 3620 3620
Misses 3273 3273
Partials 564 564 Continue to review full report at Codecov.
|
add clicksend channel
Support either urn or phone on android endpoints
No description provided.