Browse Source

fix(tests): remove unused file

Nils Wisiol 4 năm trước cách đây
mục cha
commit
79a4d35c07
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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