Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cateiru committed Jan 18, 2024
1 parent c95e0a5 commit 31d8f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func TestAccountLogoutHandler(t *testing.T) {
err = h.AccountLogoutHandler(c)
require.NoError(t, err)

require.Equal(t, m.Response().Header.Get("Set-Login"), "logged-out")
require.Equal(t, m.Response().Header.Get("Set-Login"), "", "遠隔でログアウトであり、現在のブラウザはログイン状態なはずなので、Set-Loginヘッダーは空")

// このCookieは削除しない
cookies := m.Response().Cookies()
Expand Down

0 comments on commit 31d8f66

Please sign in to comment.