feat(persona): unify system and code channel routes
This commit is contained in:
parent
53564e0fdf
commit
e80ee6d966
29 changed files with 825 additions and 242 deletions
|
|
@ -41,9 +41,9 @@ assert.deepEqual(map.native_application_lifecycle, [
|
|||
"unmount_or_pin",
|
||||
]);
|
||||
|
||||
const repo8 = repositories.repositories.find((item) => item.code === "REPO-008");
|
||||
const repo8 = repositories.historical_repositories.find((item) => item.code === "REPO-008");
|
||||
assert.ok(repo8, "REPO-008 must remain registered");
|
||||
assert.equal(repo8.state, "HISTORICAL_ROUTE_CLOSED");
|
||||
assert.equal(repo8.state, "HISTORICAL_READ_ONLY_NO_PUSH_ROUTE_CLOSED");
|
||||
assert.equal(repo8.replaced_by, "REPO-014");
|
||||
assert.equal(
|
||||
repo8.product_architecture_map.path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue