@@ -32,7 +32,7 @@ def initialize
3232 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
3333 'Authorization' => 'YOUR_API_KEY' ,
3434 'Content-Type' => 'application/json' ,
35- 'Sn-Version' => '0.1.27 ' ,
35+ 'Sn-Version' => '0.1.28 ' ,
3636 'User-Agent' => 'SecureNative-ruby'
3737 } )
3838 . to_return ( status : 200 , body : '' , headers : { } )
@@ -56,7 +56,7 @@ def initialize
5656 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
5757 'Authorization' => 'YOUR_API_KEY' ,
5858 'Content-Type' => 'application/json' ,
59- 'Sn-Version' => '0.1.27 ' ,
59+ 'Sn-Version' => '0.1.28 ' ,
6060 'User-Agent' => 'SecureNative-ruby'
6161 } )
6262 . to_return ( status : 401 , body : '' , headers : { } )
@@ -77,7 +77,7 @@ def initialize
7777 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
7878 'Authorization' => 'YOUR_API_KEY' ,
7979 'Content-Type' => 'application/json' ,
80- 'Sn-Version' => '0.1.27 ' ,
80+ 'Sn-Version' => '0.1.28 ' ,
8181 'User-Agent' => 'SecureNative-ruby'
8282 } )
8383 . to_return ( status : 500 , body : '' , headers : { } )
0 commit comments