Skip to content

Commit

Permalink
test: add an entry to parser test suite for SSO session with same nam…
Browse files Browse the repository at this point in the history
…e as default profile
  • Loading branch information
jeonghwan-jang committed Feb 15, 2024
1 parent c1e0f42 commit 18f3509
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,24 @@ internal const val parserTestSuiteJson = """
}
}
}
},
{
"name": "SSO Session in config file with same name as default profile",
"input": {
"configFile": "[default]\nname = profile-default\n[sso-session default]\nname = sso-session-default"
},
"output": {
"profiles": {
"default": {
"name": "profile-default"
}
},
"sso-sessions": {
"default": {
"name": "sso-session-default"
}
}
}
}
]
}
Expand Down

0 comments on commit 18f3509

Please sign in to comment.