Skip to content

Commit 2cb8146

Browse files
committed
test: fix API call on wrong repo
1 parent 9e935be commit 2cb8146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/f-droid/f-droid.tester.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ t.create(
136136

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

0 commit comments

Comments
 (0)