File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ def test_basic_initialization(self):
5555        self .assertIsNotNone (pubnub ._request_handler )
5656        self .assertIsInstance (pubnub ._request_handler , HttpxRequestHandler )
5757        self .assertIsNotNone (pubnub ._publish_sequence_manager )
58-         self .assertIsNotNone (pubnub ._telemetry_manager )
5958
6059        # Verify subscription manager is created when enabled 
6160        if  self .config .enable_subscribe :
@@ -226,15 +225,6 @@ def test_publish_sequence_manager_initialization(self):
226225        # Verify it has the expected max sequence 
227226        self .assertEqual (pubnub ._publish_sequence_manager .max_sequence , PubNub .MAX_SEQUENCE )
228227
229-     def  test_telemetry_manager_initialization (self ):
230-         """Test that telemetry manager is properly initialized.""" 
231-         pubnub  =  PubNub (self .config )
232- 
233-         self .assertIsNotNone (pubnub ._telemetry_manager )
234-         # Verify it's the native implementation 
235-         from  pubnub .pubnub  import  NativeTelemetryManager 
236-         self .assertIsInstance (pubnub ._telemetry_manager , NativeTelemetryManager )
237- 
238228    def  test_subscription_manager_initialization_when_enabled (self ):
239229        """Test subscription manager initialization when enabled.""" 
240230        self .config .enable_subscribe  =  True 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments