mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-23 06:05:02 -04:00
misc: skip message about community license with marketplace image
This commit is contained in:
parent
3d7b8c3596
commit
e7897a7468
12 changed files with 66 additions and 28 deletions
|
@ -97,9 +97,10 @@ func TestViolatedImageConstraint(t *testing.T) {
|
|||
}
|
||||
|
||||
input, diags := basetypes.NewObjectValueFrom(context.Background(), map[string]attr.Type{
|
||||
"version": basetypes.StringType{},
|
||||
"reference": basetypes.StringType{},
|
||||
"short_path": basetypes.StringType{},
|
||||
"version": basetypes.StringType{},
|
||||
"reference": basetypes.StringType{},
|
||||
"short_path": basetypes.StringType{},
|
||||
"marketplace_image": basetypes.BoolType{},
|
||||
}, img)
|
||||
require.Equal(t, 0, diags.ErrorsCount())
|
||||
_, _, diags2 := sut.getImageVersion(context.Background(), &ClusterResourceModel{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue