Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuhaai committed Dec 31, 2024
1 parent 70a57b7 commit 77795e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ func TestE2E(t *testing.T) {
Timestamp: uint64(time.Now().Unix()),
})
require.NoError(t, err)
sendMessage(t, data, projectID, project.Configs[0], deviceKey, apiNodeUrl)
taskid := sendMessage(t, data, projectID, project.Configs[0], deviceKey, apiNodeUrl)
waitSettled(t, taskid, apiNodeUrl)
})
}

Expand Down

0 comments on commit 77795e3

Please sign in to comment.