File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ let config = {
1414 calendars : [
1515 {
1616 maximumNumberOfDays : 10000 ,
17- url : "http://localhost:8010/tests/configs/data /calendar_test.ics" ,
17+ url : "http://localhost:8010/tests/mocks /calendar_test.ics" ,
1818 auth : {
1919 user : "MagicMirror" ,
2020 pass : "CallMeADog"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let config = {
1616 calendars : [
1717 {
1818 maximumNumberOfDays : 10000 ,
19- url : "http://localhost:8020/tests/configs/data /calendar_test.ics" ,
19+ url : "http://localhost:8020/tests/mocks /calendar_test.ics" ,
2020 auth : {
2121 user : "MagicMirror" ,
2222 pass : "StairwayToHeaven" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const basicAuth = auth({
1111app . use ( basicAuth ) ;
1212
1313// Set available directories
14- const directories = [ "/tests/configs" ] ;
14+ const directories = [ "/tests/configs" , "/tests/mocks" ] ;
1515const rootPath = path . resolve ( __dirname + "/../../../" ) ;
1616
1717for ( let directory of directories ) {
You can’t perform that action at this time.
0 commit comments