Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetafro committed Sep 22, 2023
1 parent 21523b8 commit aae1003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestReadConfig(t *testing.T) {
require.ErrorContains(t, err, "found target with empty password")
})

t.Run("invalid yml", func(t *testing.T) {
t.Run("invalid yaml", func(t *testing.T) {
file, err := os.CreateTemp(os.TempDir(), "connectbox-exporter.yml")
require.NoError(t, err)
defer os.Remove(file.Name())
Expand Down

0 comments on commit aae1003

Please sign in to comment.