Skip to content

Commit b800d24

Browse files
authored
Merge pull request #159 from WebFuzzing/auth-fixes
Auth fixes
2 parents 7205495 + 5c9b7da commit b800d24

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/bash
2-
# Import from fixtures
3-
42
mongoimport --host db --port 27017 --db reservations-api --collection users --file /fixtures/init.json --jsonArray
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
mongoimport --host localhost --port 27017 --db test --collection User --file /fixtures/init.json --jsonArray
2+
mongoimport --host localhost --port 27017 --db test --collection User --file /fixtures/init.json --jsonArray

0 commit comments

Comments
 (0)