mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
update tests
This commit is contained in:
parent
e92b595804
commit
13efe65b9e
2 changed files with 6 additions and 6 deletions
|
|
@ -121,7 +121,7 @@ fn test_option_parse() {
|
|||
CloudOptions {
|
||||
php: PhpVersion::Php74,
|
||||
db: Database::Postgres,
|
||||
services: vec![Service::Ldap(LDAP), Service::LdapAdmin(LDAPAdmin)],
|
||||
services: vec![Service::LDAP(LDAP), Service::LDAPAdmin(LDAPAdmin)],
|
||||
..Default::default()
|
||||
}
|
||||
);
|
||||
|
|
@ -131,7 +131,7 @@ fn test_option_parse() {
|
|||
CloudOptions {
|
||||
php: PhpVersion::Php74,
|
||||
db: Database::Postgres,
|
||||
services: vec![Service::Ldap(LDAP), Service::LdapAdmin(LDAPAdmin)],
|
||||
services: vec![Service::LDAP(LDAP), Service::LDAPAdmin(LDAPAdmin)],
|
||||
..Default::default()
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue