diff --git a/radiospectra/net/sources/tests/data/rstn_san-vito.html b/radiospectra/net/sources/tests/data/rstn_san-vito.html
index 838ceef..6dc4e6d 100644
--- a/radiospectra/net/sources/tests/data/rstn_san-vito.html
+++ b/radiospectra/net/sources/tests/data/rstn_san-vito.html
@@ -5,7 +5,7 @@
-
+
diff --git a/radiospectra/net/sources/tests/test_ecallisto_client.py b/radiospectra/net/sources/tests/test_ecallisto_client.py
index d6544d0..0c2dfd5 100644
--- a/radiospectra/net/sources/tests/test_ecallisto_client.py
+++ b/radiospectra/net/sources/tests/test_ecallisto_client.py
@@ -43,7 +43,7 @@ def test_client(urlopen, client, http_responses):
query = client.search(a.Time("2019/10/05 23:00", "2019/10/06 00:59"), a.Instrument("eCALLISTO"))
assert urlopen.call_count == 2
# 2nd call
- urlopen.assert_called_with("http://soleil80.cs.technique.fhnw.ch/solarradio/data/2002-20yy_Callisto/2019/10/06/")
+ urlopen.assert_called_with("http://soleil80.cs.technik.fhnw.ch/solarradio/data/2002-20yy_Callisto/2019/10/06/")
assert len(query) == 156
@@ -68,7 +68,7 @@ def test_client_with_observatory(urlopen, client, http_responses):
)
assert urlopen.call_count == 2
# 2nd call
- urlopen.assert_called_with("http://soleil80.cs.technique.fhnw.ch/solarradio/data/2002-20yy_Callisto/2019/10/06/")
+ urlopen.assert_called_with("http://soleil80.cs.technik.fhnw.ch/solarradio/data/2002-20yy_Callisto/2019/10/06/")
assert len(query) == 8