Skip to content

Commit

Permalink
Fixes issue with QIT authentication parsing (#9755)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksandr Aratovskyi <[email protected]>
  • Loading branch information
dmallory42 and oaratovskyi authored Dec 5, 2024
1 parent 9a654de commit 3bce940
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/dev-qit-auth-fix-take-2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: dev

Fixing issue with parsing QIT authentication.Fixing issue with parsing QIT authentication.
2 changes: 1 addition & 1 deletion tests/qit/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ QIT_BINARY=${QIT_BINARY:-./vendor/bin/qit}
# Add the partner by validating credentials.
if ! $QIT_BINARY list | grep -q 'partner:remove'; then
echo "Adding partner with QIT credentials..."
$QIT_BINARY partner:add --user=$QIT_USER --application_password=$QIT_PASSWORD
$QIT_BINARY partner:add --user=$QIT_USER --application_password="$QIT_PASSWORD"
if [ $? -ne 0 ]; then
echo "Failed to add partner. Exiting with status 1."
exit 1
Expand Down

0 comments on commit 3bce940

Please sign in to comment.