Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

bug(decorator): hard coded server url in @scenarioService #597

Closed
Tracked by #3994
archerzz opened this issue Jun 13, 2024 · 0 comments · Fixed by #598
Closed
Tracked by #3994

bug(decorator): hard coded server url in @scenarioService #597

archerzz opened this issue Jun 13, 2024 · 0 comments · Fixed by #598
Assignees
Labels
bug Something isn't working

Comments

@archerzz
Copy link
Member

Problem

See the codes:

context.call($server, target, "http://localhost:3000", "TestServer endpoint");

@scenarioService will set @server("http://localhost:3000", "TestServer endpoint"). We should change the literal value to a parameter, like #425

@archerzz archerzz added the bug Something isn't working label Jun 13, 2024
@archerzz archerzz self-assigned this Jun 13, 2024
archerzz pushed a commit to archerzz/cadl-ranch that referenced this issue Jun 13, 2024
…Service`

Hard coded value should be replaced by a parameter, like Azure#425

fix Azure#597
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant