Skip to content

Commit dfadeeb

Browse files
authored
Update conftest.py
1 parent 3cc6cce commit dfadeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
def create_sagemaker_local_network():
2121
"""
2222
Docker has a known race condition which allows two parallel processes
23-
to create a duplicated networks with the same name. This function
23+
to create duplicated networks with the same name. This function
2424
creates the network sagemaker-local beforehand, avoiding this issue
2525
in CI.
2626
"""

0 commit comments

Comments
 (0)