Update tests related to make_output_collection
[arvados.git] / sdk / go / arvados / login.go
index 9178cc6a272dd9d2f7cc56b0ea293f13fa9f050a..ab7637546289a659651c9648907b0558cfe1c064 100644 (file)
@@ -26,7 +26,7 @@ func (resp LoginResponse) ServeHTTP(w http.ResponseWriter, req *http.Request) {
 }
 
 type LogoutResponse struct {
-       RedirectLocation string
+       RedirectLocation string `json:"redirect_location,omitempty"`
 }
 
 func (resp LogoutResponse) ServeHTTP(w http.ResponseWriter, req *http.Request) {