fix(provisionerd): only heartbeat when logs aren't being flushed (#7110)

This commit is contained in:
Colin Adler
2023-04-13 14:02:10 -05:00
committed by GitHub
parent f5a8a27714
commit 085330ad96
4 changed files with 76 additions and 33 deletions

View File

@ -814,7 +814,7 @@ func Run(t *testing.T, factory DeploymentFactory) {
// Create workspace.
port := appServer(t)
workspace, agnt = createWorkspaceWithApps(t, client, user.OrganizationIDs[0], user, proxyTestSubdomainRaw, port)
workspace, _ = createWorkspaceWithApps(t, client, user.OrganizationIDs[0], user, proxyTestSubdomainRaw, port)
// Verify that the apps have the correct sharing levels set.
workspaceBuild, err := client.WorkspaceBuild(ctx, workspace.LatestBuild.ID)