mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: Add watch workspace endpoint (#1493)
This commit is contained in:
@ -22,7 +22,7 @@ func TestWorkspaceAgent(t *testing.T) {
|
||||
token := uuid.New()
|
||||
r := httptest.NewRequest("GET", "/", nil)
|
||||
r.AddCookie(&http.Cookie{
|
||||
Name: httpmw.AuthCookie,
|
||||
Name: httpmw.SessionTokenKey,
|
||||
Value: token.String(),
|
||||
})
|
||||
return r, token
|
||||
|
Reference in New Issue
Block a user