Skip to content

Commit

Permalink
Add tags test for pod index
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Jan 2, 2025
1 parent c53c239 commit f74168f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/control/pod/test_create_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class TestCreateIndexPods:
def test_create_with_optional_tags(self, client, create_index_params):
index_name = create_index_params["name"]
tags = {"foo": "FOO", "bar": "BAR"}
create_index_params["tags"] = create_index_params
create_index_params["tags"] = tags

client.create_index(**create_index_params)

Expand Down

0 comments on commit f74168f

Please sign in to comment.