diff --git a/src/gql/heart-monitor/heart-monitor.test.ts b/src/gql/heart-monitor/heart-monitor.test.ts index 5663db6d..7cc55f90 100644 --- a/src/gql/heart-monitor/heart-monitor.test.ts +++ b/src/gql/heart-monitor/heart-monitor.test.ts @@ -469,8 +469,11 @@ const testMarketingMutation = async ( test.skip("marketingMutation", async () => { await testMarketingMutation({ input: { - id: "800528778854182912", + creationTimestamp: new Date().toString(), + userId: "800528778854182912", nibiAddress: "nibi1p6luzkxeufy29reymgjqnl5mv6a6gae07cphed", + displayName: "WildFyre", + username: "wildfyreapp", }, }) })