Skip to content

Commit

Permalink
fix: cookie exemplar in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
davidby-influx committed Dec 20, 2023
1 parent e5b864a commit e01e707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session/http_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestSessionHandler_handleSignin(t *testing.T) {
password: "supersecret",
},
wants: wants{
cookie: "influxdb-oss-session=abc123xyz; Path=/api/; Expires=Thu, 26 Sep 2030 00:00:00 GMT; Secure; SameSite=Strict",
cookie: "influxdb-oss-session=abc123xyz; Path=/api/; Expires=Thu, 26 Sep 2030 00:00:00 GMT; SameSite=Strict",
code: http.StatusNoContent,
},
},
Expand Down

0 comments on commit e01e707

Please sign in to comment.