We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eea254 commit 428d92aCopy full SHA for 428d92a
pkg/pub_integration/test/search_update_test.dart
@@ -23,8 +23,7 @@ void main() {
23
// NOTE: This message seems to be a race condition.
24
// Investigate if this can be safely ignored (e.g. it is retried).
25
(msg) => msg.contains(
26
- '/packages?q=platform%3Aandroid&open-sections=sdks returned bad HTML: '
27
- 'No data found for resource with given identifier',
+ 'returned bad HTML: No data found for resource with given identifier',
28
),
29
],
30
);
0 commit comments