Skip to content

Commit

Permalink
fix: BingImageSearch fails randomly in E2E test (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryz committed Jun 14, 2021
1 parent 0632f1b commit ebee5dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case class BingImagesResponse(_type: String,
instrumentation: BingInstrumentation,
webSearchUrl: String,
totalEstimatedMatches: Option[Int],
nextOffset: Int,
nextOffset: Option[Int],
value: Seq[BingImage],
pivotSuggestions: Seq[BingPivot],
queryExpansions: Seq[BingQuery],
Expand Down

0 comments on commit ebee5dc

Please sign in to comment.