1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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{