Revert "osbuild-worker-executor: job-id in control.json as hostname"

This reverts commit fc1d1c3b8f.
This commit is contained in:
Sanne Raymaekers 2024-06-20 13:42:52 +02:00
parent ae4467ab0d
commit 4853bf3ec0
4 changed files with 0 additions and 56 deletions

View file

@ -72,11 +72,6 @@ func runTestServer(t *testing.T) (baseURL, buildBaseDir string, loggerHook *logr
buildBaseDir = t.TempDir()
baseURL = fmt.Sprintf("http://%s:%d/", host, port)
restore := main.MockUnixSethostname(func([]byte) error {
return nil
})
t.Cleanup(restore)
ctx, cancel := context.WithCancel(context.Background())
t.Cleanup(cancel)