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

More IFS cli tests & return 400 on invalid rib evaluation result #1072

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

mschuwalow
Copy link
Contributor

No description provided.

let res4 = reqwest::blocking::get(format!("http://{host}/files/{component_id}/dir"))?;
assert_eq!(res4.status().as_u16(), 400);

// TODO: read a file from a nested path
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Leaving this one for a separate pr as it requires some more work. Let's discuss tomorrow

@afsalthaj afsalthaj merged commit 49321f5 into golemcloud:main Nov 21, 2024
17 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.

2 participants