Skip to content

Commit 1b6446e

Browse files
committed
chore: update status to ready in mock
1 parent 93c3ab0 commit 1b6446e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-mock/src/handlers/registry-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require("path");
44

55
const commonFields = {
66
kind: "serviceregistry",
7-
status: "AVAILABLE",
7+
status: "ready",
88
owner: process.env.RESOURCE_OWNER,
99
registryDeploymentId: 1,
1010
registryUrl: getFullHostname(),

0 commit comments

Comments
 (0)