mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
test(coderd): close metricscache and avoid background context (#7996)
This commit is contained in:
committed by
GitHub
parent
2e7e99b135
commit
51226c55ab
@ -347,7 +347,7 @@ func createWorkspaceWithApps(t *testing.T, client *codersdk.Client, orgID uuid.U
|
||||
primaryAppHost, err := client.AppHost(appHostCtx)
|
||||
require.NoError(t, err)
|
||||
if primaryAppHost.Host != "" {
|
||||
manifest, err := agentClient.Manifest(context.Background())
|
||||
manifest, err := agentClient.Manifest(appHostCtx)
|
||||
require.NoError(t, err)
|
||||
proxyURL := fmt.Sprintf(
|
||||
"http://{{port}}--%s--%s--%s%s",
|
||||
|
Reference in New Issue
Block a user