Skip to content

Commit

Permalink
(#25) Do not assert the environment variables in the simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 16, 2020
1 parent 88efbd0 commit 9570dd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ func TestLocalDockerCompose(t *testing.T) {
WithCommand([]string{"up", "-d"}).
Invoke()
checkIfError(t, err)

present := map[string]string{
"bar": "",
}
absent := map[string]string{}
assertContainerEnvironmentVariables(t, compose.Identifier+"_nginx_1", present, absent)
}

func TestLocalDockerComposeComplex(t *testing.T) {
Expand Down

0 comments on commit 9570dd9

Please sign in to comment.