Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed May 10, 2024
1 parent 2da1f10 commit f320488
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/functional/invalid-token-permissions/expected-stderr

This file was deleted.

1 change: 1 addition & 0 deletions tests/functional/invalid-token/expected-stderr
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cannot authorize source project: Invalid access token
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters": {
"sourceKbcUrl": "%env(string:SOURCE_KBC_URL)%",
"#sourceKbcToken": "%env(string:SOURCE_KBC_TOKEN)%"
"#sourceKbcToken": "INVALID_TOKEN"
}
}

0 comments on commit f320488

Please sign in to comment.