Skip to content

Commit

Permalink
fix ingest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Feb 22, 2025
1 parent 3e9cd2f commit fc30aba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingest/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ pub async fn setup_mobile() -> anyhow::Result<(TestClient, Trigger)> {
socket_addr,
api_token,
auth_client,
"2025-01-01 00:00:00Z"
.parse::<DateTime<Utc>>()
.expect("invalid cbrs disable time"),
);

grpc_server.run(listener).await
Expand Down

0 comments on commit fc30aba

Please sign in to comment.