Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant