Skip to content

Commit

Permalink
Fix test failure with recent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Oct 30, 2023
1 parent 88d72d1 commit 9f7ce45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ jobs:
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pr-build-connector-template.yml@main
secrets: inherit
with:
additional-test-flags: ${{ github.event.pull_request.head.repo.full_name != github.repository && '-x test' || ''}}
3 changes: 1 addition & 2 deletions ballerina/tests/ssl_connection_test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/file;
import ballerina/log;
import ballerina/test;

string jksFilePath = check file:getAbsolutePath("ballerina/tests/resources/mongodb-client.jks");
string jksFilePath = "./tests/resources/mongodb-client.jks";

X509Credential x509Credential = {
username: testUser
Expand Down

0 comments on commit 9f7ce45

Please sign in to comment.