Skip to content

Commit 788ee59

Browse files
committed
fix: import
1 parent 0950767 commit 788ee59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_optislang/test_optislang_integration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
import ansys.fluent.core as pyfluent
3333
from ansys.fluent.core import examples
34+
from ansys.fluent.core.docker.utils import get_grpc_launcher_args_for_gh_runs
3435
from ansys.fluent.core.filereader.case_file import CaseFile
3536
from ansys.fluent.core.utils.fluent_version import FluentVersion
3637

@@ -220,7 +221,7 @@ def test_generate_read_mesh(mixing_elbow_geometry_filename):
220221
- Session health
221222
"""
222223
# Step 1: Launch fluent session in meshing mode
223-
grpc_kwds = pyfluent.get_grpc_launcher_args_for_gh_runs()
224+
grpc_kwds = get_grpc_launcher_args_for_gh_runs()
224225
meshing_session = pyfluent.launch_fluent(
225226
mode="meshing", precision="double", processor_count=2, **grpc_kwds
226227
)

0 commit comments

Comments
 (0)