@@ -128,9 +128,9 @@ var _ = Describe("HaveHTTPStatus", func() {
128128 Expect (failures ).To (HaveLen (1 ))
129129 Expect (failures [0 ]).To (Equal (`Expected
130130 <*http.Response>: {
131- Status: <string>: " 502 Bad Gateway"
131+ Status: <string>: 502 Bad Gateway
132132 StatusCode: <int>: 502
133- Body: <string>: " did not like it"
133+ Body: <string>: did not like it
134134 }
135135to have HTTP status
136136 <int>: 200` ), failures [0 ])
@@ -148,9 +148,9 @@ to have HTTP status
148148 Expect (failures ).To (HaveLen (1 ))
149149 Expect (failures [0 ]).To (Equal (`Expected
150150 <*http.Response>: {
151- Status: <string>: " 502 Bad Gateway"
151+ Status: <string>: 502 Bad Gateway
152152 StatusCode: <int>: 502
153- Body: <string>: " did not like it"
153+ Body: <string>: did not like it
154154 }
155155to have HTTP status
156156 <int>: 200
@@ -172,9 +172,9 @@ to have HTTP status
172172 Expect (failures ).To (HaveLen (1 ))
173173 Expect (failures [0 ]).To (Equal (`Expected
174174 <*http.Response>: {
175- Status: <string>: " 200 OK"
175+ Status: <string>: 200 OK
176176 StatusCode: <int>: 200
177- Body: <string>: " got it!"
177+ Body: <string>: got it!
178178 }
179179not to have HTTP status
180180 <int>: 200` ), failures [0 ])
@@ -192,9 +192,9 @@ not to have HTTP status
192192 Expect (failures ).To (HaveLen (1 ))
193193 Expect (failures [0 ]).To (Equal (`Expected
194194 <*http.Response>: {
195- Status: <string>: " 200 OK"
195+ Status: <string>: 200 OK
196196 StatusCode: <int>: 200
197- Body: <string>: " got it!"
197+ Body: <string>: got it!
198198 }
199199not to have HTTP status
200200 <int>: 200
0 commit comments