Skip to content

Commit 5111950

Browse files
committed
Fix build pipeline
1 parent 24accc8 commit 5111950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration_tests/integration_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestRetrivalWithMultipleClients(t *testing.T) {
4545

4646
// keep creating clients to check what happens
4747
token := os.Getenv("OP_SERVICE_ACCOUNT_TOKEN")
48-
core, _ := internal.GetSharedCore()
48+
core, _ := internal.GetExtismCore()
4949
config := internal.NewDefaultConfig()
5050
config.SAToken = token
5151
config.IntegrationName = "name"
@@ -70,7 +70,7 @@ func TestInvalidInvoke(t *testing.T) {
7070
})
7171
token := os.Getenv("OP_SERVICE_ACCOUNT_TOKEN")
7272

73-
core, err := internal.GetSharedCore()
73+
core, err := internal.GetExtismCore()
7474
require.NoError(t, err)
7575

7676
config := internal.NewDefaultConfig()
@@ -131,7 +131,7 @@ func TestClientReleasedSuccessfully(t *testing.T) {
131131
TestSecretRetrievalFromTestAccount(t)
132132
runtime.GC()
133133

134-
core, err := internal.GetSharedCore()
134+
core, err := internal.GetExtismCore()
135135
require.NoError(t, err)
136136
clientID := uint64(0)
137137
invocation := internal.InvokeConfig{

0 commit comments

Comments
 (0)