c/osbuild-worker-executor: update to match new name

Update the imports/names to match the new name
"osbuild-worker-executor".
This commit is contained in:
Michael Vogt 2024-06-05 12:29:38 +02:00
parent 372d9f07dd
commit cbb8d79baf
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ import (
logrusTest "github.com/sirupsen/logrus/hooks/test"
"github.com/stretchr/testify/assert"
main "github.com/osbuild/osbuild-composer/cmd/oaas"
main "github.com/osbuild/osbuild-composer/cmd/osbuild-worker-executor"
)
const defaultTimeout = 5 * time.Second