Skip to content

Commit 018b45d

Browse files
committed
fix: tests
1 parent 7f7438d commit 018b45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/server/server_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestParseAgentType(t *testing.T) {
4848
want: AgentTypeGemini,
4949
},
5050
{
51-
firstArg: "cursor",
51+
firstArg: "cursor-agent",
5252
agentTypeVar: "",
5353
want: AgentTypeCursor,
5454
},
@@ -89,7 +89,7 @@ func TestParseAgentType(t *testing.T) {
8989
},
9090
{
9191
firstArg: "claude",
92-
agentTypeVar: "cursor",
92+
agentTypeVar: "cursor-agent",
9393
want: AgentTypeCursor,
9494
},
9595
{

0 commit comments

Comments
 (0)