Skip to content

Commit 28efec9

Browse files
committed
fix: update test to use text input type instead of removed password variant
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 9f1c331 commit 28efec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/mcpmux-core/src/registry/schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ mod tests {
339339
{
340340
"id": "GITHUB_PERSONAL_ACCESS_TOKEN",
341341
"label": "GitHub Personal Access Token",
342-
"type": "password",
342+
"type": "text",
343343
"required": true,
344344
"secret": true,
345345
"obtain": {

0 commit comments

Comments
 (0)