mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add API to serve proxy certificate (#21391)
Closes https://github.com/coder/internal/issues/1184
This commit is contained in:
@@ -343,7 +343,7 @@ func assertAccept(t *testing.T, comment SwaggerComment) {
|
||||
}
|
||||
}
|
||||
|
||||
var allowedProduceTypes = []string{"json", "text/event-stream", "text/html"}
|
||||
var allowedProduceTypes = []string{"json", "text/event-stream", "text/html", "text/plain"}
|
||||
|
||||
func assertProduce(t *testing.T, comment SwaggerComment) {
|
||||
var hasResponseModel bool
|
||||
|
||||
Reference in New Issue
Block a user