Browse Source

test: Fix broken test command for test-snuba-full (#56352)

Lyn Nagara 1 year ago
parent
commit
113d95144f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -154,7 +154,7 @@ test-snuba-full: create-db
 		tests/sentry/search/events \
 		tests/sentry/event_manager \
 		-vv --cov . --cov-report="xml:.artifacts/snuba.coverage.xml"
-	pytest tests -m -vv -m snuba_ci
+	pytest tests -vv -m snuba_ci
 	@echo ""
 
 test-tools: