Skip to content

Commit

Permalink
move test config file to subdir #3
Browse files Browse the repository at this point in the history
  • Loading branch information
timvaillancourt committed May 12, 2018
1 parent 8e0aaf8 commit 35160f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"gopkg.in/yaml.v2"
)

var testLoadUri = "https://raw.githubusercontent.com/timvaillancourt/go-mongodb-config/master/config/mongod.conf"
var testLoadUri = "https://raw.githubusercontent.com/timvaillancourt/go-mongodb-config/master/config/test/mongod.conf"

func testConfigFile(t *testing.T) string {
_, filename, _, ok := runtime.Caller(0)
Expand Down

0 comments on commit 35160f1

Please sign in to comment.