Skip to content
Snippets Groups Projects
Commit 54ce5d8b authored by Alena Petraki's avatar Alena Petraki :nail_care_tone1: Committed by Alex Petraky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 17922b5b
No related branches found
No related tags found
No related merge requests found
...@@ -181,8 +181,7 @@ func TestSetup_InstallCollections(t *testing.T) { ...@@ -181,8 +181,7 @@ func TestSetup_InstallCollections(t *testing.T) {
tt.envsCall(e) tt.envsCall(e)
} }
s := NewSetup(&content.Content{Collections: c, Environments: e}, "sp", "env", nil) s := NewSetup(&content.Content{Collections: c, Environments: e}, "sp", "env", nil).WithForce(tt.force)
s.force = tt.force
if tt.co != nil { if tt.co != nil {
s.AddCollections(tt.collections, tt.co) s.AddCollections(tt.collections, tt.co)
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment