Merge pull request #115 from bobh66/fix_bucket_version

fix(unittests): fix bucket api version
This commit is contained in:
Nic Cope 2025-01-08 11:47:05 -08:00 committed by GitHub
commit a8999723f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class TestResource(unittest.TestCase):
want=fnv1.Resource(
resource=resource.dict_to_struct(
{
"apiVersion": "s3.aws.upbound.io/v1beta1",
"apiVersion": "s3.aws.upbound.io/v1beta2",
"kind": "Bucket",
"spec": {"forProvider": {"region": "us-west-2"}},
}