Skip to content

Commit

Permalink
Fix label in robot test
Browse files Browse the repository at this point in the history
  • Loading branch information
originalsouth committed Jan 24, 2024
1 parent 06dda1d commit d0ea78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopoes/tests/robot/07_rerun_bits.robot
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Rerun bits
Run docker restart ${container_id_worker}

${container_id_api} Run
... docker ps -aq --filter "name=octopoes_octopoes_api" | grep -v $(docker ps -aq --filter "name=octopoes-octopoes_api_worker") | awk '{print $1}'
... docker ps -aq --filter "name=octopoes-octopoes_api" | grep -v $(docker ps -aq --filter "name=octopoes-octopoes_api_worker") | awk '{print $1}'
Log ${container_id_api}
Run docker cp .ci/mock_bits/url_classification_mock ${container_id_api}:app/octopoes/bits
Run docker restart ${container_id_api}
Expand Down

0 comments on commit d0ea78f

Please sign in to comment.