Skip to content

Commit

Permalink
add rfe_id to preset override test
Browse files Browse the repository at this point in the history
Signed-off-by: Stu Gott <[email protected]>
  • Loading branch information
stu-gott committed May 3, 2019
1 parent 0b287de commit 852a6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vmipreset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ var _ = Describe("[rfe_id:609][crit:medium][vendor:[email protected]][level:comp
}
})

It("should override presets", func() {
It("[test_id:644][rfe_id:609] should override presets", func() {
By("Creating preset with 64M")
err := virtClient.RestClient().Post().Resource("virtualmachineinstancepresets").Namespace(tests.NamespaceTestDefault).Body(overridePreset).Do().Error()
Expect(err).ToNot(HaveOccurred())
Expand Down

0 comments on commit 852a6c1

Please sign in to comment.