Skip to content

Commit

Permalink
Fix codespell linter error
Browse files Browse the repository at this point in the history
```
[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
```
  • Loading branch information
chmouel committed May 29, 2024
1 parent 365b061 commit 7d026f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/params/settings/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestValidate(t *testing.T) {
{
name: "invalid check source ip value",
config: map[string]string{
BitbucketCloudCheckSourceIPKey: "tru",
BitbucketCloudCheckSourceIPKey: "ncntru",
},
wantErr: "invalid value for key bitbucket-cloud-check-source-ip, acceptable values: true or false",
},
Expand Down

0 comments on commit 7d026f4

Please sign in to comment.