Fix lint issues: dupl linter

This commit is contained in:
Chris McGehee 2021-05-03 21:34:59 -07:00 committed by Naveen
parent 647870fb4c
commit 0e15d65a0c
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//nolint:dupl // repeating test cases that are slightly different is acceptable
package e2e
import (

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//nolint:dupl // repeating test cases that are slightly different is acceptable
package e2e
import (