Skip to content

Commit 53ffb9d

Browse files
committed
tests: expected images
1 parent 6f6d404 commit 53ffb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_algolia_records.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_tutorialsectionrecord(color_excess_tutorial: HtmlTestData) -> None:
8888
],
8989
"h1": ("Analyzing interstellar reddening and calculating synthetic photometry"),
9090
"h2": "Learning Goals",
91-
"thumbnail_url": ("http://learn.astropy.org/_images/color-excess_9_0.png"),
91+
"thumbnail_url": ("http://learn.astropy.org/_images/color-excess_48_1.png"),
9292
"priority": 0,
9393
}
9494

@@ -159,6 +159,6 @@ def test_guiderecord(
159159
assert isinstance(date_indexed, datetime.datetime)
160160
assert data["thumbnail_url"] == (
161161
"http://www.astropy.org/ccd-reduction-and-photometry-guide/_images/"
162-
"01-05-Calibration-overview_6_1.png"
162+
"01-05-Calibration-overview_24_0.png"
163163
)
164164
assert data["priority"] == 1

0 commit comments

Comments
 (0)