Skip to content

feat: add deposit status and router test #267

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

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

daywiss
Copy link
Contributor

@daywiss daywiss commented Apr 21, 2025

motivation

add more api tests

changes

add deposit status test as well as express endpoint testing

Copy link

linear bot commented Apr 21, 2025

@daywiss daywiss force-pushed the david/acx-4038-add-e2e-tests-for-http-endpoints branch from 70c6519 to e2e44b3 Compare April 21, 2025 19:07
@daywiss daywiss marked this pull request as ready for review April 22, 2025 13:11
@daywiss daywiss changed the title feat: add deposit status test feat: add deposit status and router test Apr 22, 2025
describe("Express App Tests with Deposits Endpoint", () => {
let app: express.Express;
let dataSource: DataSource;
let redis: Redis;
Copy link
Member

Choose a reason for hiding this comment

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

OOC what redis instance is this targeting?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it targets the Redis instance part of the testing docker-compose file

describe("Express App Tests with Deposits Endpoint", () => {
let app: express.Express;
let dataSource: DataSource;
let redis: Redis;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it targets the Redis instance part of the testing docker-compose file

@daywiss daywiss merged commit 1d700df into stage Apr 28, 2025
3 checks passed
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.

3 participants