Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Fix tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Utinski committed Apr 10, 2019
1 parent 27bd7c9 commit cda1713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilator/compilator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func TestCompilationRoleManifest(t *testing.T) {
// `boguspackage` is neither, and will not be included

roleManifestPath := filepath.Join(workDir, "../test-assets/role-manifests/tor-good.yml")
roleManifest, err := model.LoadRoleManifest(roleManifestPath, []*model.Release{release})
roleManifest, err := model.LoadRoleManifest(roleManifestPath, []*model.Release{release}, false)
assert.NoError(err)
assert.NotNil(roleManifest)

Expand Down

0 comments on commit cda1713

Please sign in to comment.