Skip to content

Commit

Permalink
chore: Remove flaky default config test (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: John McBride <john@opensauced.pizza>
  • Loading branch information
jpmcb authored Sep 5, 2024
1 parent 6e27551 commit 8ca9ca1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,4 @@ attribution:
assert.Equal(t, []string{"nick@nickyt.co", "nick@opensauced.pizza"}, config.Attributions["nickytonline"])
assert.Equal(t, []string{"coding@zeu.dev"}, config.Attributions["zeucapua"])
})

//t.Run("Default path", func(t *testing.T) {
//t.Parallel()
//config, err := LoadConfig(DefaultConfigPath, "")
//assert.Error(t, err)
//assert.Nil(t, config)
//})
}

0 comments on commit 8ca9ca1

Please sign in to comment.