Remove config-example.yaml
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
feeds:
|
||||
- https://aws.amazon.com/blogs/security/feed/
|
||||
- https://www.phoronix.com/rss.php
|
||||
- https://www.zdnet.com/topic/security/rss.xml
|
||||
path: .config/srv/config.yml
|
@@ -1,9 +1,8 @@
|
||||
---
|
||||
feeds:
|
||||
- https://news.ycombinator.com/rss
|
||||
- https://www.reddit.com/r/linux/.rss
|
||||
- https://www.zdnet.com/topic/security/rss.xml
|
||||
- https://aws.amazon.com/blogs/security/feed/
|
||||
- https://www.phoronix.com/rss.php
|
||||
- https://www.zdnet.com/topic/security/rss.xml
|
||||
|
||||
# Optionally define an application to view the feeds
|
||||
#externalViewer: firefox
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
// TestLoadConfiguration tests loading the example config
|
||||
func TestLoadConfiguration(t *testing.T) {
|
||||
exampleConfig, err := LoadConfiguration("../config-example.yaml")
|
||||
exampleConfig, err := LoadConfiguration("../config-example.yml")
|
||||
|
||||
assert.NoError(t, err)
|
||||
|
||||
|
Reference in New Issue
Block a user