Revert "osbuild-worker-executor: job-id in control.json as hostname"
This reverts commit fc1d1c3b8f.
This commit is contained in:
parent
ae4467ab0d
commit
4853bf3ec0
4 changed files with 0 additions and 56 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue