Skip to content

Commit 2b3f6be

Browse files
committed
Update test
1 parent c574103 commit 2b3f6be

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

validator/validator_test.go

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ services:
138138
Data: []byte(`
139139
applications:
140140
app1:
141+
type: composable:25.05
141142
stack:
142143
143144
extensions:
@@ -163,40 +164,6 @@ services:
163164
},
164165
wantErr: false,
165166
},
166-
{
167-
name: "stack-and-type",
168-
args: args{
169-
path: fstest.MapFS{
170-
".upsun/config.yaml": &fstest.MapFile{
171-
Data: []byte(`
172-
applications:
173-
app1:
174-
type: "python:3.11"
175-
stack:
176-
177-
extensions:
178-
- apcu
179-
- sodium
180-
- xsl
181-
- pdo_sqlite
182-
- "nodejs@20"
183-
184-
`,
185-
),
186-
},
187-
".upsun/services.yaml": &fstest.MapFile{
188-
Data: []byte(`
189-
services:
190-
redis:
191-
type: redis:6.2
192-
size: AUTO
193-
`,
194-
),
195-
},
196-
},
197-
},
198-
wantErr: true,
199-
},
200167
{
201168
name: "true-boolean",
202169
args: args{

0 commit comments

Comments
 (0)