fix(endpointedge): reject async edge environments from the edge job logs handler BE-12372 (#1488)

This commit is contained in:
andres-portainer
2025-12-08 15:05:32 -03:00
committed by GitHub
parent f6b8e8615f
commit 712dbc9396

View File

@@ -31,7 +31,7 @@ func TestUpdateUnrelatedEdgeJobLogs(t *testing.T) {
})
require.NoError(t, err)
// There is not relation between the edge job and the endpoint, so the
// There is no relation between the edge job and the endpoint, so the
// update must fail
err = store.UpdateTx(func(tx dataservices.DataStoreTx) error {
return h.updateEdgeJobLogs(tx, endpointID, edgeJobID, payload)