mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	Correct test method name
This commit is contained in:
		@@ -158,7 +158,7 @@ class ViewTestCases:
 | 
			
		||||
            self.assertHttpStatus(response, 200)
 | 
			
		||||
 | 
			
		||||
        @override_settings(EXEMPT_VIEW_PERMISSIONS=['*'])
 | 
			
		||||
        def test_list_objects_anonymous(self):
 | 
			
		||||
        def test_get_object_anonymous(self):
 | 
			
		||||
            # Make the request as an unauthenticated user
 | 
			
		||||
            self.client.logout()
 | 
			
		||||
            response = self.client.get(self.model.objects.first().get_absolute_url())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user