Move app state to its own module
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good
This commit is contained in:
@@ -185,6 +185,7 @@ mod tests {
|
||||
web::Data::new(AppState::new(
|
||||
Arc::new(StreamActor {}.start()),
|
||||
String::from("/tmp"),
|
||||
String::from("/tmp/thumbs"),
|
||||
)),
|
||||
)
|
||||
.await;
|
||||
@@ -222,6 +223,7 @@ mod tests {
|
||||
web::Data::new(AppState::new(
|
||||
Arc::new(StreamActor {}.start()),
|
||||
String::from("/tmp"),
|
||||
String::from("/tmp/thumbs"),
|
||||
)),
|
||||
)
|
||||
.await;
|
||||
|
||||
Reference in New Issue
Block a user