Skip to content

Commit df6627c

Browse files
committed
api deployer : create_infra typo fix
1 parent 6ea6d7b commit df6627c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dss/apideployer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ def create_infra(self, infra_id, stage, type):
8181
"""
8282
pass
8383
settings = {
84-
"infraId" : infra_id,
85-
"stage:" stage,
84+
"infraId": infra_id,
85+
"stage": stage,
8686
"type": type,
8787
}
8888
self.client._perform_json("POST", "/api-deployer/infras", body=settings)

0 commit comments

Comments
 (0)