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

ESTI - Pass client to hooks test #8796

Merged
merged 1 commit into from
Mar 13, 2025
Merged

Conversation

guy-har
Copy link
Contributor

@guy-har guy-har commented Mar 13, 2025

No description provided.

@guy-har guy-har requested a review from nopcoder March 13, 2025 15:36
@guy-har guy-har added exclude-changelog PR description should not be included in next release changelog minor-change Used for PRs that don't require issue attached labels Mar 13, 2025
Copy link

E2E Test Results - DynamoDB Local - Local Block Adapter

14 passed

Copy link

E2E Test Results - Quickstart

11 passed

@@ -7,5 +7,5 @@ import (
func TestHooksSuccess(t *testing.T) {
ctx, _, repo := setupTest(t)
defer tearDownTest(repo)
HooksSuccessTest(ctx, t, repo)
HooksSuccessTest(ctx, t, repo, nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

need to create client or there is a default one?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

defaullt

@guy-har guy-har merged commit df9ea45 into master Mar 13, 2025
43 of 45 checks passed
@guy-har guy-har deleted the esti/pass-client-to-hooks-test branch March 13, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude-changelog PR description should not be included in next release changelog minor-change Used for PRs that don't require issue attached
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants