Skip to content

Commit

Permalink
troubleshooting CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Sep 25, 2024
1 parent c035545 commit 56bb981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/agent/src/integration_tests/source_captures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ async fn test_source_captures_collection_name() {
let result = harness
.user_publication(user_id, "test sourceCapture", draft)
.await;
eprintln!("{:#?}", result.status);
assert!(result.status.is_success());

harness.run_pending_controllers(None).await;
Expand Down

0 comments on commit 56bb981

Please sign in to comment.