@@ -33,7 +33,7 @@ def initialize
3333 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
3434 'Authorization' => 'YOUR_API_KEY' ,
3535 'Content-Type' => 'application/json' ,
36- 'Sn-Version' => '0.1.22 ' ,
36+ 'Sn-Version' => '0.1.23 ' ,
3737 'User-Agent' => 'SecureNative-ruby'
3838 } ) .
3939 to_return ( status : 200 , body : "" , headers : { } )
@@ -58,7 +58,7 @@ def initialize
5858 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
5959 'Authorization' => 'YOUR_API_KEY' ,
6060 'Content-Type' => 'application/json' ,
61- 'Sn-Version' => '0.1.22 ' ,
61+ 'Sn-Version' => '0.1.23 ' ,
6262 'User-Agent' => 'SecureNative-ruby'
6363 } ) .
6464 to_return ( status : 401 , body : "" , headers : { } )
@@ -80,7 +80,7 @@ def initialize
8080 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
8181 'Authorization' => 'YOUR_API_KEY' ,
8282 'Content-Type' => 'application/json' ,
83- 'Sn-Version' => '0.1.22 ' ,
83+ 'Sn-Version' => '0.1.23 ' ,
8484 'User-Agent' => 'SecureNative-ruby'
8585 } ) .
8686 to_return ( status : 500 , body : "" , headers : { } )
0 commit comments