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

feat: Consume enroll verb builder in AtLookup.executeVerb() #657

Merged
merged 6 commits into from
Sep 12, 2024

Conversation

srieteja
Copy link
Contributor

Closes #655

- What I did

  • add missing impl for EnrollVerbHandler in AtLookup.executeVerb()
  • upgrade at_commons to v4.1.1 and at_Utils to v3.0.18

- How to verify it

- Description for the changelog

  • add missing impl for EnrollVerbHandler in AtLookup.executeVerb()

when(() => mockOutboundListener.read())
.thenAnswer((_) => Future.value(enrollResponse));
AtConnectionMetaData? atConnectionMetaData = OutboundConnectionMetadata()
..isAuthenticated = false;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

set 'isAuthenticated' to false for enroll:request test to ensure 'auth : false' is working

@murali-shris murali-shris merged commit 2845575 into trunk Sep 12, 2024
11 checks passed
@murali-shris murali-shris deleted the consume_enroll_verb_builder branch September 12, 2024 17:31
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.

Missing implementation for enroll verb handler in AtLookup.executeVerb
2 participants