Skip to content

Commit e2d628b

Browse files
authored
Merge pull request #363 from storyprotocol/origin/dev-polania/integration-tests-2
Origin/dev polania/integration tests 2
2 parents f9bba29 + 93579ce commit e2d628b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/pr-external.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@main
2828
with:
2929
sha: ${{ github.event.pull_request.head.sha }}
30-
ENVIRONMENT: "beta-sepolia"
30+
ENVIRONMENT: "odyssey"
3131
secrets:
3232
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
3333
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

.github/workflows/pr-internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@main
2121
with:
2222
sha: ${{ github.event.pull_request.head.sha }}
23-
ENVIRONMENT: "beta-sepolia"
23+
ENVIRONMENT: "odyssey"
2424
secrets:
2525
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
2626
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
@@ -30,7 +30,7 @@ jobs:
3030
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@main
3131
with:
3232
sha: ${{ github.sha }}
33-
ENVIRONMENT: "beta-sepolia"
33+
ENVIRONMENT: "odyssey"
3434
secrets:
3535
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
3636
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

.github/workflows/publish-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# and the event triggering the workflow is a push
121121
if: ${{ (needs.fail_if_version_is_same.outputs.is_publish_core_sdk == 'true' || needs.fail_if_version_is_same.outputs.is_publish_react_sdk == 'true') && github.event_name == 'push' }}
122122
runs-on: ubuntu-latest
123-
environment: "beta-sepolia"
123+
environment: "odyssey"
124124
env:
125125
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
126126
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

packages/core-sdk/test/integration/permission.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe("Permission Functions", () => {
5656

5757
it("should not throw error when create set permission signature", async () => {
5858
const response = await client.permission.createSetPermissionSignature({
59-
ipId: "0xE54028E60070223a9b77097D9385933340D10691",
59+
ipId: ipId,
6060
signer: process.env.TEST_WALLET_ADDRESS as Address,
6161
to: coreMetadataModule,
6262
func: "function setAll(address,string,bytes32,bytes32)",

0 commit comments

Comments
 (0)