There was an error while loading. Please reload this page.
1 parent 644e9e0 commit b09e6a3Copy full SHA for b09e6a3
1 file changed
crates/crates_io_database/src/models/user.rs
@@ -254,7 +254,6 @@ mod tests {
254
.gh_id(account_id)
255
.gh_login(gh_login)
256
.username(username)
257
- .gh_encrypted_token(&[])
258
.build()
259
.insert(conn)
260
.await?;
0 commit comments