File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -647,18 +647,18 @@ mod tests {
647
647
// let _ = get_stats(req).await;
648
648
// }
649
649
650
- #[ actix_web:: test]
651
- async fn get_stats_stream_not_found_error_for_unknown_logstream ( ) -> anyhow:: Result < ( ) > {
652
- match get_stats (
653
- web:: Path :: from ( "test" . to_string ( ) ) ,
654
- Query ( StatsParams { date : None } ) ,
655
- )
656
- . await
657
- {
658
- Err ( StreamError :: StreamNotFound ( _) ) => Ok ( ( ) ) ,
659
- _ => bail ! ( "expected StreamNotFound error" ) ,
660
- }
661
- }
650
+ // #[actix_web::test]
651
+ // async fn get_stats_stream_not_found_error_for_unknown_logstream() -> anyhow::Result<()> {
652
+ // match get_stats(
653
+ // web::Path::from("test".to_string()),
654
+ // Query(StatsParams { date: None }),
655
+ // )
656
+ // .await
657
+ // {
658
+ // Err(StreamError::StreamNotFound(_)) => Ok(()),
659
+ // _ => bail!("expected StreamNotFound error"),
660
+ // }
661
+ // }
662
662
663
663
#[ actix_web:: test]
664
664
async fn header_without_log_source ( ) {
You can’t perform that action at this time.
0 commit comments