Fix test for new tests

This commit is contained in:
Adham Helal
2016-09-21 12:32:53 +02:00
parent ee96e0d46b
commit 5c3e29a416
2 changed files with 4 additions and 1 deletions

View File

@@ -277,7 +277,7 @@ var _ = Describe("Check Command", func() {
response, err := command.Run(resource.CheckRequest{
Version: resource.Version{},
Source: resource.Source{Drafts: true},
Source: resource.Source{Drafts: true, PreRelease: false},
})
Ω(err).ShouldNot(HaveOccurred())