Merge pull request #40142 from jmartin84/unique-names-intergration-service-inspect-test

refactored integration/service/instead_test.go to ues unique resource…
This commit is contained in:
Akihiro Suda 2019-12-13 18:25:08 +09:00 committed by GitHub
commit 0a4d980d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func TestInspect(t *testing.T) {
var now = time.Now()
var instances uint64 = 2
serviceSpec := fullSwarmServiceSpec("test-service-inspect", instances)
serviceSpec := fullSwarmServiceSpec("test-service-inspect"+t.Name(), instances)
ctx := context.Background()
resp, err := client.ServiceCreate(ctx, serviceSpec, types.ServiceCreateOptions{