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 ad7d9f9f..ee519e43 100644 --- a/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart +++ b/packages/shorebird_cli/integration_test/shorebird_cli_integration_test.dart @@ -160,7 +160,7 @@ void main() { workingDirectory: cwd, ); expect(shorebirdPatchResult.stderr, isEmpty); - expect(shorebirdPatchResult.stdout, contains('Published Patch!')); + expect(shorebirdPatchResult.stdout, contains('Published Patch')); expect(shorebirdPatchResult.exitCode, equals(0)); // Verify that the patch was created.