Description: Avoid test-failing warning in pandas 2.2

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/1071123
Forwarded: no, project is archived

--- a/influxdb/tests/dataframe_client_test.py
+++ b/influxdb/tests/dataframe_client_test.py
@@ -335,7 +335,7 @@ class TestDataFrameClient(unittest.TestC
                 ['some', "2", 2, None],               # skip None
                 ['', "2", 2, None],                   # all tags empty
             ],
-            index=pd.period_range(now, freq='H', periods=5),
+            index=pd.period_range(now, freq='h', periods=5),
             columns=["tag_one", "column_one", "column_two", "tag_three"]
         )
 
