Skip to content

Commit

Permalink
Port update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozgulbas committed Jun 18, 2024
1 parent f520182 commit 4f1bcb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, *args, **kwargs):
self.server_host = self.workcell.config.server_host
self.server_port = self.workcell.config.server_port
self.url = f"http://{self.server_host}:{self.server_port}"
self.module_url = "http://a4s_sealer_module:3001"
self.module_url = "http://a4s_sealer_module:3057"
self.redis_host = self.workcell.config.redis_host
self.experiment = ExperimentClient(
server_host=self.server_host,
Expand Down
2 changes: 1 addition & 1 deletion tests/workcell_defs/test_workcell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ modules:
model: A4S Sealer
interface: wei_rest_node
config:
rest_node_address: "http://a4s_sealer_module:3001"
rest_node_address: "http://a4s_sealer_module:3057"
workcell_coordinates: [0, 0, 0, 0, 0, 0]
locations: {}

0 comments on commit 4f1bcb9

Please sign in to comment.