Skip to content

Commit

Permalink
Updated APICHarityScraperTest
Browse files Browse the repository at this point in the history
Fixed getDescription test.
  • Loading branch information
roaraf committed Apr 8, 2026
1 parent 40dec77 commit e167e51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ void parsedJSONShouldHaveCorrectValues() throws URISyntaxException {
assertEquals("Misjonsalliansen", d.getName(), "Name parameter should be correct.");
assertEquals("approved", d.getStatus(), "Status parameter should be correct.");
assertEquals(
"Les mer her: https://www.innsamlingskontrollen.no/organisasjoner/misjonsalliansen/",
d.getDescription(),
"https://www.innsamlingskontrollen.no/organisasjoner/misjonsalliansen/",
d.getURL(),
"Url parameter should be correct.");
assertFalse(d.getPreApproved(), "Is_pre_approved parameter should be correct.");
}
Expand Down

0 comments on commit e167e51

Please sign in to comment.