Skip to content

Commit

Permalink
fix cmake: wrong argument name in add_testsuite_add_simple
Browse files Browse the repository at this point in the history
Tests: протестировано CI

Pull Request resolved: userver-framework#698
commit_hash:d27fa3152f39b1a589ea2ec497f6747fa8613eb0
  • Loading branch information
fdr400 committed Sep 20, 2024
1 parent e522f11 commit 35b7b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/UserverTestsuite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ function(userver_testsuite_add_simple)
${ARG_PYTEST_ARGS}
REQUIREMENTS ${ARG_REQUIREMENTS}
PYTHONPATH ${ARG_PYTHONPATH}
TEST_ENV ${TEST_ENV}
TEST_ENV ${ARG_TEST_ENV}
)
endfunction()

Expand Down

0 comments on commit 35b7b4e

Please sign in to comment.