Skip to content

Commit 7f65bd7

Browse files
hehe7318gmarciani
authored andcommitted
Reformat
1 parent 8b00849 commit 7f65bd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/integration-tests/tests/ad_integration/test_ad_integration.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,11 @@ def _factory(existing_directory_stack_name: str, directory_type: str, region: st
293293
nodeid = getattr(request.node, "nodeid", "N/A")
294294
logging.info(
295295
"directory_factory invoked: region=%s, directory_type=%s, existing_provided=%s, worker=%s, nodeid=%s",
296-
region, directory_type, bool(existing_directory_stack_name), xdist_worker_id, nodeid
296+
region,
297+
directory_type,
298+
bool(existing_directory_stack_name),
299+
xdist_worker_id,
300+
nodeid,
297301
)
298302

299303
# Use-only path: explicit stack name, no sharing/cleanup.

0 commit comments

Comments
 (0)