File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def test_version(self):
25
25
consumer_secret = self .consumer_secret
26
26
)
27
27
28
- self .assertEqual (api .version , "v3" )
28
+ self .assertEqual (api .version , "wc/ v3" )
29
29
30
30
def test_non_ssl (self ):
31
31
""" Test non-ssl """
@@ -37,7 +37,7 @@ def test_non_ssl(self):
37
37
self .assertFalse (api .is_ssl )
38
38
39
39
def test_with_ssl (self ):
40
- """ Test non- ssl """
40
+ """ Test ssl """
41
41
api = woocommerce .API (
42
42
url = "https://woo.test" ,
43
43
consumer_key = self .consumer_key ,
@@ -46,7 +46,7 @@ def test_with_ssl(self):
46
46
self .assertTrue (api .is_ssl , True )
47
47
48
48
def test_with_timeout (self ):
49
- """ Test non-ssl """
49
+ """ Test timeout """
50
50
api = woocommerce .API (
51
51
url = "https://woo.test" ,
52
52
consumer_key = self .consumer_key ,
You can’t perform that action at this time.
0 commit comments