Skip to content

Commit 99b7c25

Browse files
roboalchemistclaude
andcommitted
Fix project list (json) smoke test to use --newer-than all_time
The test was failing because no projects fall within the default 6-month filter window. Using all_time ensures the test finds existing projects. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d2063cf commit 99b7c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fi
102102
echo -e "\n${YELLOW}Testing project commands...${NC}"
103103
run_test "project list" "go run main.go project list"
104104
run_test "project list (plaintext)" "go run main.go project list -p" "# Projects"
105-
run_test "project list (json)" "go run main.go project list -j" "\"id\""
105+
run_test "project list (json)" "go run main.go project list -j --newer-than all_time" "\"id\""
106106
# Note: project list doesn't support team filter in the API
107107
# run_test "project list (with team filter)" "go run main.go project list --team $team_key"
108108
run_test "project list (state filter)" "go run main.go project list --state started"

0 commit comments

Comments
 (0)