Просмотр исходного кода

ref: test the whole apidocs namespace (#35388)

anthony sottile 2 лет назад
Родитель
Сommit
1417c77f8d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -179,7 +179,7 @@ test-relay-integration:
 
 test-api-docs: build-api-docs
 	yarn run validate-api-examples
-	pytest tests/apidocs/endpoints
+	pytest tests/apidocs
 	@echo ""
 
 review-python-snapshots: