File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func TestRetrivalWithMultipleClients(t *testing.T) {
45
45
46
46
// keep creating clients to check what happens
47
47
token := os .Getenv ("OP_SERVICE_ACCOUNT_TOKEN" )
48
- core , _ := internal .GetSharedCore ()
48
+ core , _ := internal .GetExtismCore ()
49
49
config := internal .NewDefaultConfig ()
50
50
config .SAToken = token
51
51
config .IntegrationName = "name"
@@ -70,7 +70,7 @@ func TestInvalidInvoke(t *testing.T) {
70
70
})
71
71
token := os .Getenv ("OP_SERVICE_ACCOUNT_TOKEN" )
72
72
73
- core , err := internal .GetSharedCore ()
73
+ core , err := internal .GetExtismCore ()
74
74
require .NoError (t , err )
75
75
76
76
config := internal .NewDefaultConfig ()
@@ -131,7 +131,7 @@ func TestClientReleasedSuccessfully(t *testing.T) {
131
131
TestSecretRetrievalFromTestAccount (t )
132
132
runtime .GC ()
133
133
134
- core , err := internal .GetSharedCore ()
134
+ core , err := internal .GetExtismCore ()
135
135
require .NoError (t , err )
136
136
clientID := uint64 (0 )
137
137
invocation := internal.InvokeConfig {
You can’t perform that action at this time.
0 commit comments