mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Fix test failures
This commit is contained in:
parent
9400fdbbe5
commit
a42522feaa
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class Create extends Action
|
||||||
throw new Exception(Exception::RULE_RESOURCE_NOT_FOUND);
|
throw new Exception(Exception::RULE_RESOURCE_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
||||||
$deployment = $dbForProject->getDocument('deployments', $site->getAttribute('deployment', ''));
|
$deployment = $dbForProject->getDocument('deployments', $site->getAttribute('deploymentId', ''));
|
||||||
|
|
||||||
// TODO: @christyjacob remove once we migrate the rules in 1.7.x
|
// TODO: @christyjacob remove once we migrate the rules in 1.7.x
|
||||||
$ruleId = System::getEnv('_APP_RULES_FORMAT') === 'md5' ? md5($domain->get()) : ID::unique();
|
$ruleId = System::getEnv('_APP_RULES_FORMAT') === 'md5' ? md5($domain->get()) : ID::unique();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue