Devops Cleanup
[osm/devops.git] / test / example / test_strings.py
diff --git a/test/example/test_strings.py b/test/example/test_strings.py
deleted file mode 100644 (file)
index c156dc9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-def test_host(so_host):
-    assert so_host == '127.0.0.1'
-
-
-def test_port(so_host, so_port):
-    assert so_host == '127.0.0.1'
-    assert so_port == 80