Skip to content

Commit 7d026f4

Browse files
committed
Fix codespell linter error
``` [notice] A new release of pip is available: 23.2.1 -> 24.0 [notice] To update, run: pip install --upgrade pip pkg/params/settings/validation_test.go:58: tru ==> through, true ```
1 parent 365b061 commit 7d026f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/params/settings/validation_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestValidate(t *testing.T) {
5555
{
5656
name: "invalid check source ip value",
5757
config: map[string]string{
58-
BitbucketCloudCheckSourceIPKey: "tru",
58+
BitbucketCloudCheckSourceIPKey: "ncntru",
5959
},
6060
wantErr: "invalid value for key bitbucket-cloud-check-source-ip, acceptable values: true or false",
6161
},

0 commit comments

Comments
 (0)