Skip to content

Commit

Permalink
Fix a bug in test caused by AxFoundation/strax#838 (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed May 16, 2024
1 parent d6b9b36 commit b7e3db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_url_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def test_run_doc_protocol(self):

with self.assertRaises(ValueError):
self.st.set_config({"test_config": "run_doc://mode?run_id=plugin.run_id"})
p = self.st.get_single_plugin(999999999, "test_data")
p = self.st.get_single_plugin("999999999", "test_data")
return p.test_config

def test_pad_array(self):
Expand Down

0 comments on commit b7e3db1

Please sign in to comment.