diff --git a/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart b/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart index d5ea9a1a..ce146ae4 100644 --- a/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart +++ b/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart @@ -16,7 +16,7 @@ import 'package:test/test.dart'; import 'package:uuid/uuid.dart'; const tokenWarningMessage = ''' -[WARN] $shorebirdTokenEnvVar needs to be updated before the next major release. +$shorebirdTokenEnvVar needs to be updated before the next major release. Run `shorebird login:ci` to obtain a new token. ''';