Beispiel #1
0
 def test_add_slash(self):
     url = "http://192.168.0.10:8080"
     self.assertEqual(KubeClient.add_slash(url),
                      "http://192.168.0.10:8080/")
Beispiel #2
0
 def test_add_slash(self):
     url = "http://192.168.0.10:8080"
     self.assertEqual(KubeClient.add_slash(url), "http://192.168.0.10:8080/")