Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1648c22

Browse files
committed
fixup! fix public schema
1 parent2e95753 commit1648c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/database/oidcclaims_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (g userGenerator) withLink(lt database.LoginType, rawJSON json.RawMessage)
163163
ifsql,ok:=db.(rawUpdater);ok {
164164
// The only way to put arbitrary json into the db for testing edge cases.
165165
// Making this a public API would be a mistake.
166-
err:=sql.UpdateUserLinkRawJSON(context.Background(),u.ID,rawJSON)
166+
err:=sql.UpdateUserLinkRawJSON(context.Background(),user.ID,rawJSON)
167167
require.NoError(t,err)
168168
}else {
169169
// no need to test the json key logic in dbmem. Everything is type safe.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp