Index: cmd/juju/deploy_test.go |
=== modified file 'cmd/juju/deploy_test.go' |
--- cmd/juju/deploy_test.go 2014-04-04 03:25:08 +0000 |
+++ cmd/juju/deploy_test.go 2014-04-14 12:36:13 +0000 |
@@ -143,7 +143,7 @@ |
err := runDeploy(c, "local:dummy", "other-service", "--config", path) |
c.Assert(err, gc.ErrorMatches, `no settings found for "other-service"`) |
_, err = s.State.Service("other-service") |
- c.Assert(err, jc.Satisfies, errors.IsNotFoundError) |
+ c.Assert(err, jc.Satisfies, errors.IsNotFound) |
} |
func (s *DeploySuite) TestConstraints(c *gc.C) { |