Skip to content

Commit

Permalink
update : updated test cases for s3 client
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdbytes committed Jul 26, 2024
1 parent 15541ef commit fc7d493
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/orchestrator/src/tests/data_storage/mod.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
use crate::data_storage::aws_s3::config::AWSS3Config;
use crate::data_storage::aws_s3::AWSS3;
use crate::data_storage::{DataStorage, DataStorageConfig};
use crate::tests::common::build_config;
use bytes::Bytes;
use rstest::rstest;
use serde_json::json;

#[rstest]
#[tokio::test]
async fn test_put_and_get_data_s3() -> color_eyre::Result<()> {
build_config().await?;
dotenvy::from_filename("../.env.test")?;

let config = AWSS3Config::new_from_env();
Expand Down

0 comments on commit fc7d493

Please sign in to comment.