-
Notifications
You must be signed in to change notification settings - Fork 8
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: added activity_log_retrieval #9
Conversation
Hi @RichoKD could you please fix failing CI |
I've done it |
assert!(headers.get("x-request-id").is_some()); | ||
assert_eq!(headers.get("access-control-allow-origin").unwrap(), "*"); | ||
assert!(headers.get("vary").is_some()); | ||
} |
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.
Also could you include test cases that check for errors and edge cases eg empty transactions log
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.
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.
I've updated it
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.
Done
d2a209c
to
67252e9
Compare
Should close #6