Skip to content

Commit a899972

Browse files
authored
Merge pull request #115 from bobh66/fix_bucket_version
fix(unittests): fix bucket api version
2 parents 064ffe7 + 9ef55d2 commit a899972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class TestCase:
9191
want=fnv1.Resource(
9292
resource=resource.dict_to_struct(
9393
{
94-
"apiVersion": "s3.aws.upbound.io/v1beta1",
94+
"apiVersion": "s3.aws.upbound.io/v1beta2",
9595
"kind": "Bucket",
9696
"spec": {"forProvider": {"region": "us-west-2"}},
9797
}

0 commit comments

Comments
 (0)