Skip to content

Commit

Permalink
test: config typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jul 3, 2024
1 parent 6cd1bbb commit 307e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def private_endpoint_clouds_yaml_fixture(
"project_domain_name": private_endpoint_config["project_domain_name"],
"project_name": private_endpoint_config["project_name"],
"user_domain_name": private_endpoint_config["user_domain_name"],
"username": private_endpoint_config["user_name"],
"username": private_endpoint_config["username"],
"region_name": private_endpoint_config["region_name"],
}
)
Expand Down

0 comments on commit 307e136

Please sign in to comment.