Skip to content

Commit

Permalink
test: fix API call on wrong repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Jan 7, 2025
1 parent 9e935be commit 2cb8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/f-droid/f-droid.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ t.create(

/* If this test fails, either the API has changed or the app was deleted. */
t.create('custom repo: The real api did not change')
.get('/v/com.looker.droidify.json')
.get('/v/com.looker.droidify.json?serverFqdn=apt.izzysoft.de&endpoint=fdroid')
.expectBadge({
label: 'f-droid',
message: isVPlusDottedVersionAtLeastOne,
Expand Down

0 comments on commit 2cb8146

Please sign in to comment.