diff options
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/ask_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/ask_test.go b/integrationtests/ask_test.go index 0ce36fe..0ebdb01 100644 --- a/integrationtests/ask_test.go +++ b/integrationtests/ask_test.go @@ -272,7 +272,7 @@ func mustTaskAlias(t *testing.T, ctx context.Context, uuid string) string { func aliasCachePath(t *testing.T, cacheRoot string) string { t.Helper() - return filepath.Join(cacheRoot, "hexai", "ask", "task-aliases-v1.json") + return filepath.Join(cacheRoot, "hexai", "ask", "task-aliases-v2.json") } // cleanupOrphanedIntegrationTasks deletes any tasks with the +integrationtest |
