Skip to content

Commit

Permalink
Fix godog test to verify running network on correct port
Browse files Browse the repository at this point in the history
Signed-off-by: mikaellafs <[email protected]>
  • Loading branch information
mikaellafs committed Jan 30, 2024
1 parent 40874c8 commit c125097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaincode/tests/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func thereIsARunningTestNetworkFromScratch(arg1 string) error {
}

func thereIsARunningTestNetwork(arg1 string) error {
if !verifyContainer("ccapi.org.example.com", "3000") {
if !verifyContainer("ccapi.org.example.com", "80") {
// Start test network with 1 org only
cmd := exec.Command("../../startDev.sh", "-n", "1")

Expand Down

0 comments on commit c125097

Please sign in to comment.