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:
commit
0a4d980d71
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue