Skip to content

Commit e9f8399

Browse files
committed
chore: Fix container test envs
1 parent bf8aa18 commit e9f8399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/store_container_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ func TestClient_GetStoreContainer(t *testing.T) {
1616
t.Errorf("unable to connect to Keyfactor. Please check your credentials and try again. %s", kfcErr)
1717
return
1818
}
19-
containerID := os.Getenv("TEST_KEYFACTOR_STORE_CONTAINER_ID")
20-
containerName := os.Getenv("TEST_KEYFACTOR_STORE_CONTAINER_NAME")
19+
containerID := os.Getenv("TEST_KEYFACTOR_STORE_CONTAINER_ID1")
20+
containerName := os.Getenv("TEST_KEYFACTOR_STORE_CONTAINER_NAME1")
2121

2222
type fields struct{}
2323
type args struct {

0 commit comments

Comments
 (0)