35C4n0r e8e3a4e642
feat(cmd/tests): update tests to fail on invalid and absolute urls (#639)
## Description
Updated the tests:
- We now don't accept absolute urls (http / https)
- We only accept urls that start with `../../../../.icons/*` and exists

<!-- Briefly describe what this PR does and why -->

## Type of Change

- [ ] New module
- [ ] New template
- [x] Bug fix
- [ ] Feature/enhancement
- [ ] Documentation
- [ ] Other

## Testing & Validation

- [x] Tests pass (`bun test`)
- [x] Code formatted (`bun fmt`)
- [x] Changes tested locally

---------

Co-authored-by: DevCats <christofer@coder.com>
2026-01-08 08:13:16 -06:00

391 B

display_name description icon verified tags supported_os
Docker Container Develop in a container on a Docker host ../../../../.icons/invalid.svg true
docker
container
linux
macos

Wrong Path

This should fail validation.

module "test" {
  source   = "registry.coder.com/coder/test/coder"
  version  = "1.0.0"
  agent_id = coder_agent.main.id
}