We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc849ad commit d6fc700Copy full SHA for d6fc700
test/e2e/badge.spec.ts
@@ -61,7 +61,7 @@ test.describe('badge API', () => {
61
62
expect(response.status()).toBe(200)
63
if (type === 'version') {
64
- expect(body).toContain('v3.12.0')
+ expect(body).toContain('v3.21.0')
65
}
66
})
67
0 commit comments