Skip to content

Commit aa88f3f

Browse files
authored
fix test for tibiaHighscores with page param (tibiadata#235)
1 parent f42e70f commit aa88f3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/webserver_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ func TestFakeToUpCodeCoverage(t *testing.T) {
109109
Key: "vocation",
110110
Value: "sorcerer",
111111
},
112+
{
113+
Key: "page",
114+
Value: "4",
115+
},
112116
}
113117

114118
tibiaHighscores(c)

0 commit comments

Comments
 (0)