(c *check.C)
| 40 | } |
| 41 | |
| 42 | func (s *S) TestGetServiceReturnsErrorIfTheServiceIsDeleted(c *check.C) { |
| 43 | _, err := Get(context.TODO(), "anything") |
| 44 | c.Assert(err, check.NotNil) |
| 45 | } |
| 46 | |
| 47 | func (s *S) TestCreateService(c *check.C) { |
| 48 | endpt := map[string]string{ |