Commit 843344d4 authored by Roque's avatar Roque

[hack opml response] tests use a local opml

parent 2405ccff
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
stop = QUnit.stop, stop = QUnit.stop,
start = QUnit.start, start = QUnit.start,
deepEqual = QUnit.deepEqual, deepEqual = QUnit.deepEqual,
DB_NAME = "monitoring_local_test.db",
slapos_master_url_list = ["https://panel.rapid.space/hateoas/", "https://softinst239021.host.vifib.net/erp5/web_site_module/slapos_hateoas/"]; slapos_master_url_list = ["https://panel.rapid.space/hateoas/", "https://softinst239021.host.vifib.net/erp5/web_site_module/slapos_hateoas/"];
rJS(window) rJS(window)
...@@ -28,7 +29,7 @@ ...@@ -28,7 +29,7 @@
type: "uuid", type: "uuid",
sub_storage: { sub_storage: {
type: "indexeddb", type: "indexeddb",
database: "monitoring_local_roque.db" database: DB_NAME
} }
} }
}, },
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment