Skip to content

Commit 5283de4

Browse files
JacksonWeberxrmx
andauthored
Update util/opentelemetry-util-http/tests/test_detect_synthetic_user_agent.py
Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 6e189c1 commit 5283de4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

util/opentelemetry-util-http/tests/test_detect_synthetic_user_agent.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,3 @@ def test_priority_test_over_bot(self):
8686
result = detect_synthetic_user_agent(user_agent)
8787
# alwayson should be checked first and return 'test'
8888
self.assertEqual(result, UserAgentSyntheticTypeValues.TEST.value)
89-
90-
91-
if __name__ == "__main__":
92-
unittest.main()

0 commit comments

Comments
 (0)