Skip to content

Commit bc370a8

Browse files
committed
troubleshooting "url"
1 parent 609f407 commit bc370a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbgen/dbgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ func WorkspaceAgent(t testing.TB, db database.Store, orig database.WorkspaceAgen
245245
InstanceMetadata: pqtype.NullRawMessage{},
246246
ResourceMetadata: pqtype.NullRawMessage{},
247247
ConnectionTimeoutSeconds: agt.ConnectionTimeoutSeconds,
248-
TroubleshootingURL: agt.TroubleshootingURL,
248+
TroubleshootingURL: "I AM A TEST ANTAGONIST AND I AM HERE TO MESS UP YOUR TESTS. IF YOU SEE ME, SOMETHING IS WRONG AND SUB AGENT DELETION MAY NOT BE HANDLED CORRECTLY IN A QUERY.",
249249
MOTDFile: "",
250250
DisplayApps: nil,
251251
DisplayOrder: agt.DisplayOrder,

0 commit comments

Comments
 (0)