Remove dead code

This commit is contained in:
Peter J. Holzer 2023-03-19 11:33:19 +01:00
parent e0a1913a64
commit f0e0ea2d73
1 changed files with 0 additions and 11 deletions

View File

@ -3,17 +3,6 @@ import pytest
from dashboard import TimeSeries from dashboard import TimeSeries
def test_timeseries_1(): def test_timeseries_1():
data = {"description": {"fstype": "tmpfs", "hostname": "ehoiai.int.wsr.at", "measure": "time_until_disk_full", "mountpoint": "/run/user/1054", "node": "rorschach.hjp.at", "remote_addr": "", "unit": "s"},
"data": [
[1674806402.1014915, 1000000000.0],
[1674814201.3452954, 1000000000.0],
[1675164602.4004557, 1000000000.0],
[1675165201.6291275, 1000000000.0],
[1675165802.2402072, 1000000000.0],
[1675166401.542857, 1000000000.0],
[1675167002.2809808, 1000000000.0],
[1675167601.2632012, 1000000000.0],
[1675168201.8321788, 1000000000.0]]}
config = { config = {
"type": "timeseries", "type": "timeseries",
"multi": True, "multi": True,