Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Feb 28, 2024
1 parent 1189ae4 commit a286697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/arr/config/arr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func TestValidate(t *testing.T) {
name: "bad-api-key",
config: &ArrConfig{
URL: "http://localhost",
ApiKey: "abcdef0123456789abcdef01234567",
ApiKey: "abcdef0123456789abc",
ApiVersion: "v3",
},
valid: false,
Expand Down

0 comments on commit a286697

Please sign in to comment.