Skip to content

Commit

Permalink
Merge pull request #9 from OctopusSolutionsEngineering/isaac/arrange-…
Browse files Browse the repository at this point in the history
…container-refactor

Remove testing main for arrange container call
  • Loading branch information
IsaacCalligeros95 authored Jul 29, 2024
2 parents 6d01176 + 2cd061f commit 46db6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/octopus_container_test_framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func (o *OctopusContainerTest) createDockerInfrastructure(t *testing.T, ctx cont
}

// ArrangeTestContainer is wrapper that initialises Octopus, and returns the container for future test runs
func (o *OctopusContainerTest) ArrangeContainer(m *testing.M) (*OctopusContainer, *client.Client, *MysqlContainer, testcontainers.Network, error) {
func (o *OctopusContainerTest) ArrangeContainer() (*OctopusContainer, *client.Client, *MysqlContainer, testcontainers.Network, error) {
var octopusContainer *OctopusContainer
var octoClient *client.Client
var network testcontainers.Network
Expand Down

0 comments on commit 46db6fb

Please sign in to comment.