Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa committed Jan 23, 2025
1 parent 6a408f3 commit 45ff18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/config/raw/autodiscover_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestAutoDiscover_Validate(t *testing.T) {
errContains: String(`invalid pattern: \`),
},
{
description: "ignore set to broken pattern [-]",
description: "ignore set to broken pattern [",
input: raw.AutoDiscover{
Mode: &autoDiscoverAuto,
IgnorePaths: []string{
Expand Down

0 comments on commit 45ff18f

Please sign in to comment.