Skip to content

Commit 428d92a

Browse files
committed
different filter
1 parent 0eea254 commit 428d92a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/pub_integration/test/search_update_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ void main() {
2323
// NOTE: This message seems to be a race condition.
2424
// Investigate if this can be safely ignored (e.g. it is retried).
2525
(msg) => msg.contains(
26-
'/packages?q=platform%3Aandroid&open-sections=sdks returned bad HTML: '
27-
'No data found for resource with given identifier',
26+
'returned bad HTML: No data found for resource with given identifier',
2827
),
2928
],
3029
);

0 commit comments

Comments
 (0)