Skip to content

Commit

Permalink
change group name
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Jan 17, 2025
1 parent ccd1d65 commit fadc142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/logging/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_invalid_event_value(project, logs_dir):

groups_yml_with_multiple_emails = """
groups:
- name: my_group_with_owner_metadata
- name: my_group_with_multiple_emails
owner:
name: my_name
email:
Expand All @@ -132,7 +132,7 @@ def test_invalid_event_value(project, logs_dir):
models:
- name: my_model
group: my_group_with_owner_metadata
group: my_group_with_multiple_emails
access: public
columns:
- name: my_column
Expand Down Expand Up @@ -338,7 +338,7 @@ def test_node_info_on_results(self, project, logs_dir):
if log_json["info"]["name"] == "RunResultError":
assert "group" in log_json["data"]
group_data = log_json["data"]["group"]
assert group_data["name"] == "my_group_with_owner_metadata"
assert group_data["name"] == "my_group_with_multiple_emails"
assert group_data["owner"] == {
"name": "my_name",
"email": "['[email protected]', '[email protected]']",
Expand Down

0 comments on commit fadc142

Please sign in to comment.