dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Webdev integration_test should not check for string messages that come from pub #2405

Closed elliette closed 3 months ago

elliette commented 3 months ago

Fixes https://github.com/dart-lang/webdev/issues/2404, https://github.com/dart-lang/webdev/issues/2050

Whenever pub updates the failure messages for proper package validation, this integration test fails because we are checking string messages that come from pub, not webdev. This removes validating that the messages from pub are what is expected, since we don't control those messages in the first place (and therefore shouldn't be testing them).