We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
try using minio testcontainers https://testcontainers.com/modules/minio/ to spin up a minio container to test with
ktor test example https://ktor.io/docs/testing.html#test-post-put
the docker-compose file here https://github.com/Open-MBEE/flexo-mms-deployment/tree/develop/docker-compose has an example of the parameters to configure for minio and store service
the api to test is https://github.com/Open-MBEE/flexo-mms-store-service/blob/develop/src/main/kotlin/org/openmbee/flexo/mms/plugins/Storage.kt#L39
The text was updated successfully, but these errors were encountered:
karicordes
Successfully merging a pull request may close this issue.
try using minio testcontainers https://testcontainers.com/modules/minio/ to spin up a minio container to test with
ktor test example
https://ktor.io/docs/testing.html#test-post-put
the docker-compose file here https://github.com/Open-MBEE/flexo-mms-deployment/tree/develop/docker-compose has an example of the parameters to configure for minio and store service
the api to test is https://github.com/Open-MBEE/flexo-mms-store-service/blob/develop/src/main/kotlin/org/openmbee/flexo/mms/plugins/Storage.kt#L39
The text was updated successfully, but these errors were encountered: