Skip to content

Commit

Permalink
Fix activemq tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Jan 24, 2020
1 parent 0052fd4 commit 1fdae0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/metricbeat/module/activemq/test_activemq.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def get_activemq_module_config(self, metricset):
'password': 'admin'
}

def get_hosts(self):
return [self.compose_host(port='8161/tcp')]

def get_stomp_host_port(self):
host_port = self.compose_host(port='61613/tcp')
s = host_port.split(':')
Expand Down

0 comments on commit 1fdae0c

Please sign in to comment.