fix(unittests): fix bucket api version

This commit is contained in:
Bob Haddleton 2025-01-08 13:33:33 -06:00
parent 064ffe7458
commit 9ef55d251c
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"}},
}