We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c5912 commit e514cfdCopy full SHA for e514cfd
1 file changed
tests/build_data/build_data_test.py
@@ -16,7 +16,6 @@ def test_target_build_data(self):
16
self.assertIn("BUILD_USER ", build_data)
17
self.assertIn("BUILD_TIMESTAMP ", build_data)
18
self.assertIn("FORMATTED_DATE ", build_data)
19
- self.assertIn("CONFIG_ID ", build_data)
20
self.assertIn("CONFIG_MODE TARGET", build_data)
21
self.assertIn("STAMPED TRUE", build_data)
22
0 commit comments