Make tests follow field addition to instances table
This commit is contained in:
parent
8b817d50c5
commit
037d670fb7
@ -164,6 +164,8 @@ mod tests {
|
|||||||
name: random_hex().to_string(),
|
name: random_hex().to_string(),
|
||||||
open_registrations: true,
|
open_registrations: true,
|
||||||
public_domain: random_hex().to_string(),
|
public_domain: random_hex().to_string(),
|
||||||
|
private_key: None,
|
||||||
|
public_key: None,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
@ -438,6 +438,8 @@ mod tests {
|
|||||||
name: random_hex().to_string(),
|
name: random_hex().to_string(),
|
||||||
open_registrations: true,
|
open_registrations: true,
|
||||||
public_domain: random_hex().to_string(),
|
public_domain: random_hex().to_string(),
|
||||||
|
private_key: None,
|
||||||
|
public_key: None,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user