Skip to content

Commit 46db6fb

Browse files
Merge pull request #9 from OctopusSolutionsEngineering/isaac/arrange-container-refactor
Remove testing main for arrange container call
2 parents 6d01176 + 2cd061f commit 46db6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/octopus_container_test_framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (o *OctopusContainerTest) createDockerInfrastructure(t *testing.T, ctx cont
325325
}
326326

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

0 commit comments

Comments
 (0)