Skip to content

Fix capitalization in agent_tracker module

The MR includes the following changes related to #468 (closed):

  • Rename test names for GetConnectionsByAgentID and GetConnectionsByProjectID
  • Rename byProjectId to byProjectID in agent_tracker
  • Rename byAgentId to byAgentID in agent_tracker
  • Rename TestServer_GetConnectedAgents_HappyPathWithProjectId to TestServer_GetConnectedAgents_HappyPathWithProjectID in agent_tracker
  • Rename rpcApi to rpcAPI in agent_tracker
  • Rename agentId to agentID in agent_tracker
  • Rename mockRpcApi to mockRPCapi in agent_tracker
  • Rename projectId to projectID in agent_tracker

with this, the case for initialisms should be consistent in the whole agent_tracker module.

Edited by Hristiyan Ivanov

Merge request reports