We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf44448c commitff5a6a1Copy full SHA for ff5a6a1
coderd/agentapi/metadata_test.go
@@ -671,15 +671,15 @@ func TestBatchUpdateMetadata(t *testing.T) {
671
672
// Create full API with cached workspace fields (initial state)
673
api:=agentapi.New(agentapi.Options{
674
-AuthenticatedCtx:ctxWithActor,
675
-AgentID:agentID,
676
-WorkspaceID:workspaceID,
677
-OwnerID:ownerID,
678
-OrganizationID:orgID,
679
-Database:dbauthz.New(dbM,auth,testutil.Logger(t),accessControlStore),
680
-Log:testutil.Logger(t),
681
-Clock:mClock,
682
-Pubsub:pub,
+AuthenticatedCtx:ctxWithActor,
+AgentID:agentID,
+WorkspaceID:workspaceID,
+OwnerID:ownerID,
+OrganizationID:orgID,
+Database:dbauthz.New(dbM,auth,testutil.Logger(t),accessControlStore),
+Log:testutil.Logger(t),
+Clock:mClock,
+Pubsub:pub,
683
},initialWorkspace)// Cache is initialized with 9am schedule and "my-workspace" name
684
685
// Wait for ticker to be set up and release it so it can fire