소스 검색

fix(tests): remove unused file

Nils Wisiol 4 년 전
부모
커밋
79a4d35c07
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      test/e2e/run_tests

+ 0 - 4
test/e2e/run_tests

@@ -1,4 +0,0 @@
-#!/bin/bash
-for collection in collections/*.json; do
-	newman run $collection --insecure --global-var desecstack_domain=$DESECSTACK_DOMAIN
-done