File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -133,28 +133,7 @@ def test_valid_configs(valid_config):
133
133
{
134
134
"user_environment" : {"default_app" : "jupyterlab" },
135
135
"https" : {"enabled" : False },
136
- "limits" : {"memory" : "2G" , "cpu" : - 1 }, # Negative CPU not allowed
137
- },
138
- # TLS enabled but missing required key
139
- {
140
- "user_environment" : {"default_app" : "jupyterlab" },
141
- "https" : {
142
- "enabled" : True ,
143
- "tls" : {
144
- "cert" : "/etc/tljh/tls/certificate.crt"
145
- # Missing 'key' field
146
- },
147
- },
148
- },
149
- {
150
- "user_environment" : {"default_app" : "jupyterlab" },
151
- "https" : {
152
- "enabled" : True ,
153
- "tls" : {
154
- "key" : "/etc/tljh/tls/private.key"
155
- # Missing 'cert' field
156
- },
157
- },
136
+ "limits" : {"memory" : "2G" , "cpu" : - 1 },
158
137
},
159
138
],
160
139
)
You can’t perform that action at this time.
0 commit comments