Forráskód Böngészése

fix(tests): remove unused file

Nils Wisiol 4 éve
szülő
commit
79a4d35c07
1 módosított fájl, 0 hozzáadás és 4 törlés
  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