Skip to content

chore: remove it wrappers from required variables tests - #442

Merged
DevelopmentCats merged 1 commit into
mainfrom
cat/jfrog-test-fix
Sep 30, 2025
Merged

chore: remove it wrappers from required variables tests #442
DevelopmentCats merged 1 commit into
mainfrom
cat/jfrog-test-fix

Conversation

@DevelopmentCats

@DevelopmentCatsDevelopmentCats commented Sep 30, 2025

Copy link
Copy Markdown
Collaborator

Description

Remove it wrappers from required variables tf test in jfrog-oauth and jfrog-token modules. This solves the failing tf tests that we were encountering in all PR's across the board.

Type of Change

  • New module
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun run fmt)
  • Changes tested locally

Related Issues

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors test code by removing unnecessary it wrapper blocks from required variables tests in the jfrog-oauth and jfrog-token modules. The change simplifies the test structure by calling testRequiredVariables directly within the describe block instead of wrapping it in individual test cases.

  • Removes it wrapper blocks from testRequiredVariables calls
  • Simplifies test structure in both modules

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

FileDescription
registry/coder/modules/jfrog-token/main.test.tsRemoves it wrapper from required variables test
registry/coder/modules/jfrog-oauth/main.test.tsRemoves it wrapper from required variables test

@DevelopmentCats
DevelopmentCats marked this pull request as ready for review September 30, 2025 00:14
@DevelopmentCats
DevelopmentCats merged commit 80f429f into mainSep 30, 2025
4 checks passed
@DevelopmentCats
DevelopmentCats deleted the cat/jfrog-test-fix branch September 30, 2025 12:44
DevelopmentCats added a commit that referenced this pull request May 11, 2026
…urce references
Skills content now lives in source repos (e.g., coder/skills) instead of
being duplicated in the registry. Each namespace declares its skill source
repo(s) in a single registry/<namespace>/skills/README.md with a sources
field in the frontmatter.
Changes:
- Replace per-skill directories (coder-modules/, coder-templates/) with
a single registry/coder/skills/README.md that references coder/skills
- Revert .agents/skills/ frontmatter changes (those files will move to
coder/skills repo)
- Revert version-bump.sh and tag_release.sh skill-specific version
extraction (versioning lives in source repos now)
- Keep CI/CD path triggers for registry/**/skills/** so catalogue
metadata changes trigger deployment
The registry-server build pipeline (PR #442) will need to be updated
to clone source repos declared in the README.md frontmatter and
auto-discover skills from them.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@DevelopmentCats@matifali