fix server creation run binding
This commit is contained in:
@@ -116,13 +116,17 @@ describe("ServerDeploymentWorkflow", () => {
|
||||
pluginId: "game.runtime",
|
||||
name: "Custom Runtime Server",
|
||||
idempotencyKey: "web:create:server-custom-runtime-server-17:17",
|
||||
runEndpointId: undefined,
|
||||
deployment: {
|
||||
mode: "custom-command",
|
||||
serverRoot: "/srv/custom-runtime",
|
||||
startCommand: "./start-runtime.sh"
|
||||
}
|
||||
});
|
||||
expect(submitted && "runEndpointId" in submitted).toBe(false);
|
||||
expect(submitted && "profileKey" in submitted).toBe(false);
|
||||
expect(submitted && "bindings" in submitted).toBe(false);
|
||||
expect(submitted?.deployment && "profileKey" in submitted.deployment).toBe(false);
|
||||
expect(submitted?.deployment && "runtimeBindings" in submitted.deployment).toBe(false);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user