Skip to content

Commit

Permalink
fix: name on test cases!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed May 22, 2024
1 parent 100a39a commit d21a08a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_get_single_data(self):
self.client["Core"]["platforms"].insert_one(
{
"_id": platform_id,
"name": "mediawiki",
"name": "mediaWiki",
"metadata": {
"pageIds": [
"Main_Page",
Expand All @@ -48,7 +48,7 @@ def test_get_single_data(self):
"platforms": [
{
"platform": platform_id,
"name": "mediawiki",
"name": "mediaWiki",
"metadata": {
"api_url": "http://example.com/api",
},
Expand Down Expand Up @@ -89,14 +89,14 @@ def test_get_mediawiki_communities_data_multiple_platforms(self):
"platforms": [
{
"platform": platform_id1,
"name": "mediawiki",
"name": "mediaWiki",
"metadata": {
"api_url": "http://example1.com/api",
},
},
{
"platform": platform_id2,
"name": "mediawiki",
"name": "mediaWiki",
"metadata": {
"api_url": "http://example2.com/api",
},
Expand All @@ -109,7 +109,7 @@ def test_get_mediawiki_communities_data_multiple_platforms(self):
self.client["Core"]["platforms"].insert_one(
{
"_id": platform_id1,
"name": "mediawiki",
"name": "mediaWiki",
"metadata": {
"pageIds": [
"Main_Page",
Expand All @@ -127,7 +127,7 @@ def test_get_mediawiki_communities_data_multiple_platforms(self):
self.client["Core"]["platforms"].insert_one(
{
"_id": platform_id2,
"name": "mediawiki",
"name": "mediaWiki",
"metadata": {
"pageIds": [
"Sandbox",
Expand Down

0 comments on commit d21a08a

Please sign in to comment.