예제 #1
0
파일: deploy_test.go 프로젝트: OSBI/juju
func (s *DeployLocalSuite) assertBindings(c *gc.C, service *state.Service, expected map[string]string) {
	bindings, err := service.EndpointBindings()
	c.Assert(err, jc.ErrorIsNil)
	c.Assert(bindings, jc.DeepEquals, expected)
}