Skip to content

Commit fc8ec3e

Browse files
committed
fix: update infrahub-testcontainers
Signed-off-by: Fatih Acar <[email protected]>
1 parent 2ed8c22 commit fc8ec3e

File tree

3 files changed

+171
-121
lines changed

3 files changed

+171
-121
lines changed

infrahub_sdk/yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class InfrahubFileData(BaseModel):
2525
api_version: InfrahubFileApiVersion = Field(InfrahubFileApiVersion.V1, alias="apiVersion")
2626
kind: InfrahubFileKind
2727
spec: dict
28-
metadata: dict | None = Field(default_factory=dict)
28+
metadata: dict = Field(default_factory=dict)
2929

3030

3131
class LocalFile(BaseModel):

0 commit comments

Comments
 (0)