We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e935be commit 2cb8146Copy full SHA for 2cb8146
services/f-droid/f-droid.tester.js
@@ -136,7 +136,7 @@ t.create(
136
137
/* If this test fails, either the API has changed or the app was deleted. */
138
t.create('custom repo: The real api did not change')
139
- .get('/v/com.looker.droidify.json')
+ .get('/v/com.looker.droidify.json?serverFqdn=apt.izzysoft.de&endpoint=fdroid')
140
.expectBadge({
141
label: 'f-droid',
142
message: isVPlusDottedVersionAtLeastOne,
0 commit comments