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

feature/use-file-status-in-integration-tests #195

Merged
merged 3 commits into from
Apr 10, 2024

Conversation

gecBurton
Copy link
Collaborator

@gecBurton gecBurton commented Apr 9, 2024

Context

As an Engineer I want the integration tests to cover as much of the code as possible.

Changes proposed in this pull request

The test now called /file/{uuid}/status rather than inferring the status itself

Guidance to review

  • Does the test pass?

Relevant links

Things to check

@gecBurton gecBurton changed the title using file-status endpoint to determin status rather that rolling new… feature/use-file-status-in-integration-tests Apr 9, 2024
time.sleep(1)
chunk_response = requests.get(
f"http://localhost:5002/file/{file_uuid}/chunks"
f"http://localhost:5002/file/{file_uuid}/status"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this is the key change

@gecBurton gecBurton merged commit 4ecdd74 into main Apr 10, 2024
7 checks passed
@gecBurton gecBurton deleted the feature/use-file-status-in-integration-tests branch April 10, 2024 09:58
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.

2 participants