Skip to content

Commit

Permalink
chore: Switch to gender neutral terms (#19460)
Browse files Browse the repository at this point in the history
* Switch to gender neutral terms

* Update countries.md

Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
  • Loading branch information
inclusive-coding-bot and inclusive-coding-bot authored Apr 5, 2022
1 parent 79abd23 commit 5861bd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration_tests/druid_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def check():
.one()
)
# columns and metrics are not deleted if config is changed as
# user could define his own dimensions / metrics and want to keep them
# user could define their own dimensions / metrics and want to keep them
assert set([c.column_name for c in druid_ds.columns]) == set(
["affiliate_id", "campaign", "first_seen", "second_seen"]
)
Expand Down
4 changes: 2 additions & 2 deletions tests/integration_tests/queries/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_get_query_no_data_access(self):
get_example_database().id, gamma2.id, gamma2_client_id
)

# Gamma1 user, only sees his own queries
# Gamma1 user, only sees their own queries
self.login(username="gamma_1", password="password")
uri = f"api/v1/query/{query_gamma2.id}"
rv = self.client.get(uri)
Expand All @@ -219,7 +219,7 @@ def test_get_query_no_data_access(self):
rv = self.client.get(uri)
self.assertEqual(rv.status_code, 200)

# Gamma2 user, only sees his own queries
# Gamma2 user, only sees their own queries
self.logout()
self.login(username="gamma_2", password="password")
uri = f"api/v1/query/{query_gamma1.id}"
Expand Down

0 comments on commit 5861bd3

Please sign in to comment.