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