Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jNullj committed Oct 19, 2024
1 parent 230c79a commit 7e64911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/crates/crates-user-downloads.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ t.create('total user downloads')
.get('/udt/3027.json')
.expectBadge({ label: 'downloads', message: isMetric })

// non-existent user returns 0 downloads with 200 OK rather then 404.
// non-existent user returns 0 downloads with 200 OK status code rather than 404.
t.create('total user downloads (user not found)')
.get('/udt/2147483647.json') // 2147483647 is the maximum valid user id as API uses i32
.expectBadge({ label: 'downloads', message: '0' })
Expand Down

0 comments on commit 7e64911

Please sign in to comment.