mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-21 08:10:24 +08:00
fix: duplicate running referenced testcase
This commit is contained in:
@@ -10,6 +10,4 @@ def sum_two(m, n):
|
||||
|
||||
|
||||
def get_variables():
|
||||
return {
|
||||
"foo1": "session_bar1"
|
||||
}
|
||||
return {"foo1": "session_bar1"}
|
||||
|
||||
Reference in New Issue
Block a user