Skip to content

Commit

Permalink
UT: Add "get_otp" method to the BaseIslandAPIClient
Browse files Browse the repository at this point in the history
  • Loading branch information
VakarisZ committed Mar 14, 2023
1 parent a43dc17 commit 7014446
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ def get_agent_binary(self, operating_system: OperatingSystem) -> bytes:
def get_agent_plugin(self, plugin_type: AgentPluginType, plugin_name: str) -> AgentPlugin:
pass

def get_otp(self):
pass

def get_agent_plugin_manifest(
self, plugin_type: AgentPluginType, plugin_name: str
) -> AgentPluginManifest:
Expand Down

0 comments on commit 7014446

Please sign in to comment.