Skip to content

Commit 936839e

Browse files
mploskiheitorlessa
andauthored
Update tests/e2e/utils/infrastructure.py
Co-authored-by: Heitor Lessa <[email protected]>
1 parent f98df4c commit 936839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/infrastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class PythonVersion(Enum):
2121
V39 = {"runtime": Runtime.PYTHON_3_9, "image": Runtime.PYTHON_3_9.bundling_image.image}
2222

2323

24-
class InfrastructureStackInterface(ABC):
24+
class BaseInfrastructureStack(ABC):
2525
@abstractmethod
2626
def synthesize() -> Tuple[dict, str]:
2727
...

0 commit comments

Comments
 (0)