mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
integration-cli: Fix style of swarm test name
A recent change fixed integration tests to use "API" in test names instead of "Api". A new test was added in a PR opened before this change, and didn't benefit from the cleanup. Fix its name. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
67b85f9d26
commit
073d811587
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ func (s *DockerSwarmSuite) TestAPISwarmServicesUpdate(c *check.C) {
|
||||||
map[string]int{image1: instances})
|
map[string]int{image1: instances})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *DockerSwarmSuite) TestApiSwarmServicesFailedUpdate(c *check.C) {
|
func (s *DockerSwarmSuite) TestAPISwarmServicesFailedUpdate(c *check.C) {
|
||||||
const nodeCount = 3
|
const nodeCount = 3
|
||||||
var daemons [nodeCount]*SwarmDaemon
|
var daemons [nodeCount]*SwarmDaemon
|
||||||
for i := 0; i < nodeCount; i++ {
|
for i := 0; i < nodeCount; i++ {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue