(t *testing.T)
| 13 | ) |
| 14 | |
| 15 | func journalServer(t *testing.T) *httptest.Server { |
| 16 | t.Helper() |
| 17 | return journalServerWithReadBehavior(t, "200") |
| 18 | } |
| 19 | |
| 20 | // journalServerWithReadBehavior creates a journal test server. |
| 21 | // readBehavior controls GET /calendar/days/{date}/journal_entry: |
no test coverage detected