mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Remove tests for API _choices endpoints
This commit is contained in:
		@@ -14,13 +14,6 @@ class AppTest(APITestCase):
 | 
			
		||||
 | 
			
		||||
        self.assertEqual(response.status_code, 200)
 | 
			
		||||
 | 
			
		||||
    def test_choices(self):
 | 
			
		||||
 | 
			
		||||
        url = reverse('tenancy-api:field-choice-list')
 | 
			
		||||
        response = self.client.get(url, **self.header)
 | 
			
		||||
 | 
			
		||||
        self.assertEqual(response.status_code, 200)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class TenantGroupTest(APITestCase):
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user