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 e2e tests by not importing PaginationIterable #221

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

bisgaard-itis
Copy link
Collaborator

What do these changes do?

Related issue/s

How to test

For internal developers

@bisgaard-itis bisgaard-itis self-assigned this Nov 19, 2024
@bisgaard-itis bisgaard-itis added bug Something isn't working e2e labels Nov 19, 2024
@bisgaard-itis bisgaard-itis added this to the Event Horizon milestone Nov 19, 2024
@bisgaard-itis bisgaard-itis merged commit bcdd677 into ITISFoundation:master Nov 19, 2024
1 check passed
results: PaginationIterable = files_api._search_files(
sha256_checksum=f"{faker.sha256()}"
)
results = files_api._search_files(sha256_checksum=f"{faker.sha256()}")
Copy link
Member

Choose a reason for hiding this comment

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

aha ... tests are not backwareds compatible?!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes. This is always the pain with these tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working e2e
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants