Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoughtseize1 committed Dec 12, 2024
1 parent 0b71b2d commit b139a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compute/client_library/snippets/tests/test_disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def test_stop_replications_in_consistency_group(
autodelete_regional_blank_disk, autodelete_regional_disk_name
):
group_name = "test-consistency-group" + uuid.uuid4().hex[:5]
create_consistency_group(PROJECT, REGION, group_name, "DESCRIPTION")
create_consistency_group(PROJECT, REGION, group_name, "description")
add_disk_consistency_group(
project_id=PROJECT,
disk_name=autodelete_regional_blank_disk.name,
Expand Down

0 comments on commit b139a58

Please sign in to comment.