@@ -29,7 +29,7 @@ def initialize
2929 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
3030 'Authorization' => 'YOUR_API_KEY' ,
3131 'Content-Type' => 'application/json' ,
32- 'Sn-Version' => '0.1.37 ' ,
32+ 'Sn-Version' => '0.1.38 ' ,
3333 'User-Agent' => 'SecureNative-ruby'
3434 } )
3535 . to_return ( status : 200 , body : '' , headers : { } )
@@ -53,7 +53,7 @@ def initialize
5353 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
5454 'Authorization' => 'YOUR_API_KEY' ,
5555 'Content-Type' => 'application/json' ,
56- 'Sn-Version' => '0.1.37 ' ,
56+ 'Sn-Version' => '0.1.38 ' ,
5757 'User-Agent' => 'SecureNative-ruby'
5858 } )
5959 . to_return ( status : 401 , body : '' , headers : { } )
@@ -74,7 +74,7 @@ def initialize
7474 'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3' ,
7575 'Authorization' => 'YOUR_API_KEY' ,
7676 'Content-Type' => 'application/json' ,
77- 'Sn-Version' => '0.1.37 ' ,
77+ 'Sn-Version' => '0.1.38 ' ,
7878 'User-Agent' => 'SecureNative-ruby'
7979 } )
8080 . to_return ( status : 500 , body : '' , headers : { } )
0 commit comments