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

chore: add fdktest with schema helper fns #10

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

jsteenb2
Copy link
Collaborator

@jsteenb2 jsteenb2 commented Nov 7, 2023

these are added as a means for authors to test their schema is valid with their handler integrations.

req: fdk.Request{
URL: "/",
Method: http.MethodPost,
Body: json.RawMessage(`{"baz": "length7"}`),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should fail, but doesn't 😕

@jsteenb2 jsteenb2 force-pushed the chore/add_schema_helpers branch 2 times, most recently from 533db3d to 38e64d5 Compare November 7, 2023 19:42
these are added as a means for authors to test their schema is valid with
their handler integrations.
@jsteenb2 jsteenb2 merged commit 1847746 into main Nov 7, 2023
1 check passed
@jsteenb2 jsteenb2 deleted the chore/add_schema_helpers branch November 7, 2023 19:50
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.

None yet

2 participants