Skip to content

Commit

Permalink
Merge pull request #192 from vmware/mshobha/fix-lint
Browse files Browse the repository at this point in the history
Fix wsl and skip dupl for skipped test lint check
  • Loading branch information
ramya-bangera authored Jul 12, 2023
2 parents 42463c3 + eaa6a8f commit 9f80e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func getSetupConfig(config *authctx.TanzuContext) error {
return config.Setup()
}

// nolint: dupl
func TestAcceptanceForNetworkPolicyResource(t *testing.T) {
testConfig := testGetDefaultAcceptanceConfig(t)

Expand Down
1 change: 1 addition & 0 deletions internal/resources/policy/test_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ func (shr *ScopeHelperResources) GetTestPolicyResourceHelperAndScope(scopeType s

break
}

helperBlock = shr.getTestResourceWorkspaceConfigValue()
scopeBlock = fmt.Sprintf(`
scope {
Expand Down

0 comments on commit 9f80e06

Please sign in to comment.