uuid return on create ne message
continuous-integration/drone/push Build is failing

This commit is contained in:
yc
2026-04-18 21:46:28 +02:00
parent a5dd6cd73f
commit b9a1233e0e
3 changed files with 23 additions and 18 deletions
+2 -1
View File
@@ -202,7 +202,7 @@ func TestCreateUserMessageAndSendJob(t *testing.T) {
srv := newTestServer(t, "http://test-srv.example")
err := CreateUserMessageAndSendJob(
msgUuid, err := CreateUserMessageAndSendJob(
dir,
"hello from integration",
"peer-create-send",
@@ -212,6 +212,7 @@ func TestCreateUserMessageAndSendJob(t *testing.T) {
60,
)
require.NoError(t, err)
assert.NotEmpty(t, msgUuid, "returned UUID must not be empty")
// A pending job must be in the queue.
job, _, err := client.PeekSendJob(dir, "peer-create-send")