| 736 | } |
| 737 | |
| 738 | type test struct { |
| 739 | // event simulates an event from the screen watcher. |
| 740 | event *codersdk.ServerSentEvent |
| 741 | // state, summary, and uri simulate a tool call from the AI agent. |
| 742 | state codersdk.WorkspaceAppStatusState |
| 743 | summary string |
| 744 | uri string |
| 745 | expected *codersdk.WorkspaceAppStatus |
| 746 | } |
| 747 | |
| 748 | runs := []struct { |
| 749 | name string |
no outgoing calls
no test coverage detected