Skip to content

Commit

Permalink
fix testcases add/ipwhitelist and chaicago in wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
sdetweil committed Oct 19, 2024
1 parent ebe90fd commit 9bb089c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
let config = {
address: "0.0.0.0",
ipWhitelist: [],

timeFormat: 24,
units: "metric",
modules: [
Expand Down
5 changes: 4 additions & 1 deletion tests/configs/modules/calendar/chicago_late_in_timezone.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
let config = {
address: "0.0.0.0",
ipWhitelist: [],

timeFormat: 24,
modules: [
{
Expand All @@ -16,7 +19,7 @@ let config = {
{
maximumEntries: 100,
//url: "http://localhost:8080/tests/mocks/chicago_late_in_timezone.ics"
url: "http://localhost:8080/modules/default/calendar/chicago_late_in_timezone.ics"
url: "http://localhost:8080/tests/mocks/chicago_late_in_timezone.ics"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
let config = {
address: "0.0.0.0",
ipWhitelist: [],

timeFormat: 12,

modules: [
Expand Down

0 comments on commit 9bb089c

Please sign in to comment.