Use cls instead of self in classmethod

_create_service in test_endpoint_groups.py is a class
method, so cls should be used instead of self.

Change-Id: I80e1c4ac1091d8ce98967e9e184ef63466b51990
1 file changed