mirror of https://github.com/ospab/ostp.git
fix(api): remove deprecated is_licensed field from ApiState test construction
This commit is contained in:
parent
8c8a6edd25
commit
c0b10e9467
|
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 0.3.6+19
|
||||
version: 0.3.7+20
|
||||
|
||||
environment:
|
||||
sdk: ^3.11.4
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "ostp-gui",
|
||||
"version": "0.3.6",
|
||||
"version": "0.3.7",
|
||||
"identifier": "com.ospab.ostp",
|
||||
"build": {
|
||||
"frontendDist": "../src"
|
||||
|
|
|
|||
|
|
@ -856,7 +856,6 @@ mod tests {
|
|||
dns_server: crate::dns::DnsServer::new(Default::default()),
|
||||
audit_logs: Arc::new(RwLock::new(Vec::new())),
|
||||
router: Arc::new(crate::router::Router::new(None, crate::dns::DnsServer::new(Default::default()), false)),
|
||||
is_licensed: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue