Skip to content

Commit

Permalink
common-instancetypes: Bump version used by URL functest
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Yarwood <[email protected]>
  • Loading branch information
lyarwood authored and kubevirt-bot committed Oct 4, 2023
1 parent 6225c69 commit 16f376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common_instancetypes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var _ = Describe("Common Instance Types", func() {
}
})
It("should reconcile from URL when provided", func() {
URL := "https://github.com/kubevirt/common-instancetypes//VirtualMachineClusterPreferences?ref=v0.1.0"
URL := "https://github.com/kubevirt/common-instancetypes//VirtualMachineClusterPreferences?ref=v0.3.3"
sspObj := getSsp()
sspObj.Spec.CommonInstancetypes = &ssp.CommonInstancetypes{
URL: pointer.String(URL),
Expand Down

0 comments on commit 16f376a

Please sign in to comment.