Skip to content

Commit

Permalink
Adapted check
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <uta5fe@bosch.com>
  • Loading branch information
ant-u committed Mar 19, 2024
1 parent e9fbcf3 commit 56f8712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/systemtest/test_separate_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def test_pkg_code_has_no_license(self):
no license declaration in it."""
process, stdout = open_subprocess("test_pkg_code_has_no_license")
self.assertEqual(os.EX_OK, process.returncode)
self.assertIn(b"WARNING", stdout)
self.assertIn(b"code_without_license.py", stdout)
self.assertNotIn(b"WARNING", stdout)

def test_pkg_has_code_disjoint(self):
"""Test on a package with two disjoint sets of source files under
Expand Down

0 comments on commit 56f8712

Please sign in to comment.