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

fix request and response can be string and default value in not a fac… #272

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

AMontagu
Copy link
Collaborator

…tory for use_generation_plugin_factory

Comment on lines 559 to 563
grpc_ation = GRPCAction(
function=fake_func,
)

self.assertEqual(grpc_ation.function, fake_func)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
grpc_ation = GRPCAction(
function=fake_func,
)
self.assertEqual(grpc_ation.function, fake_func)
grpc_action = GRPCAction(
function=fake_func,
)
self.assertEqual(grpc_action.function, fake_func)

@AMontagu AMontagu merged commit 1955ac4 into master Mar 12, 2024
4 checks passed
@AMontagu AMontagu deleted the fix/missingEdgeCase branch March 12, 2024 15:44
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.

2 participants