X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bc65e5b981806594fde9f4c40bf5aa7d8e48b040..b8f92203bfa5766f9aa8bfb728bb4a1580e7d6d1:/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go diff --git a/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go b/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go index d49daadb5b..5879f84d83 100644 --- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go +++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm_test.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -155,8 +159,8 @@ func (s *TestSuite) TestSbatchFail(c *C) { var ll arvados.LogList err = arv.List("logs", arvadosclient.Dict{"filters": [][]string{ - []string{"object_uuid", "=", container.UUID}, - []string{"event_type", "=", "dispatch"}, + {"object_uuid", "=", container.UUID}, + {"event_type", "=", "dispatch"}, }}, &ll) c.Assert(len(ll.Items), Equals, 1) }