Skip to content

Commit

Permalink
Only log network error
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCalligeros95 committed Jul 9, 2024
1 parent b832824 commit e874bf3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/octopus_container_test_framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ func (o *OctopusContainerTest) CleanUp(ctx context.Context, octoContainer *Octop

if networkErr := network.Remove(ctx); networkErr != nil {
log.Printf("Failed to remove network: %v", networkErr)
return networkErr
}

return nil
Expand Down

0 comments on commit e874bf3

Please sign in to comment.