mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	ruff: Bump target-version from py38 to py310.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							3f29bc42b1
						
					
				
				
					commit
					48202389b8
				
			@@ -24,9 +24,11 @@ class TestIntegrationsDevPanel(ZulipTestCase):
 | 
			
		||||
            "custom_headers": "{}",
 | 
			
		||||
            "is_json": "true",
 | 
			
		||||
        }
 | 
			
		||||
        with self.assertLogs(level="ERROR") as logs, self.settings(
 | 
			
		||||
            TEST_SUITE=False
 | 
			
		||||
        ), self.assertRaises(ValidationError):
 | 
			
		||||
        with (
 | 
			
		||||
            self.assertLogs(level="ERROR") as logs,
 | 
			
		||||
            self.settings(TEST_SUITE=False),
 | 
			
		||||
            self.assertRaises(ValidationError),
 | 
			
		||||
        ):
 | 
			
		||||
            self.client_post(target_url, data)
 | 
			
		||||
 | 
			
		||||
        # Intention of this test looks like to trigger ValidationError
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user