diff --git a/turborepo-tests/integration/tests/config.t b/turborepo-tests/integration/tests/config.t index d7b489526c265e..8d33e2faf6d0ae 100644 --- a/turborepo-tests/integration/tests/config.t +++ b/turborepo-tests/integration/tests/config.t @@ -14,7 +14,7 @@ Run test run "uploadTimeout": 60, "enabled": true, "spacesId": null, - "ui": false, + "ui": "stream", "packageManager": "npm", "daemon": null, "envMode": "strict" diff --git a/turborepo-tests/integration/tests/turbo-help.t b/turborepo-tests/integration/tests/turbo-help.t index ef6fdc5d3c4dee..5645a6a4b0d3f6 100644 --- a/turborepo-tests/integration/tests/turbo-help.t +++ b/turborepo-tests/integration/tests/turbo-help.t @@ -163,7 +163,7 @@ Test help flag Specify whether to use the streaming UI or TUI Possible values: - - tui: Use the TUI interface + - tui: Use the terminal user interface - stream: Use the standard output stream --login