openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
16 stars 38 forks source link

chore(java): use Testcontainers OpenFGA module for integration tests #330

Closed ewanharris closed 6 months ago

ewanharris commented 6 months ago

Description

Copies across the changes from the testcontainers usage in java-sdk and then updates the integration tests to use the new metadata and openfga 1.5.1

I'm facing issues running this in the sdk-generator repo locally because we're trying to spin up a docker container in a docker container. Opening a PR to see if this is the same in GitHub actions or not.

References

https://github.com/openfga/java-sdk/pull/64

Review Checklist