Skip to content

Commit

Permalink
FIxing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sagojez committed May 15, 2024
1 parent ec874a7 commit c607c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-core/tests/mock_destination.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub async fn seed_db(config: &EventCoreConfig, base_url: String) -> Id {
id: Id::new_with_uuid(IdPrefix::Connection, ts, uuid),
platform_version: "platformVersion".to_string(),
connection_definition_id: Id::new_with_uuid(IdPrefix::ConnectionDefinition, ts, uuid),
r#type: ConnectionType::Api,
r#type: ConnectionType::Api {},
name: "name".to_string(),
key: "key".into(),
group: "group".to_string(),
Expand Down

0 comments on commit c607c18

Please sign in to comment.