Skip to content

feat:utg support #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 5, 2024
Merged

feat:utg support #29

merged 4 commits into from
Sep 5, 2024

Conversation

khareyash05
Copy link
Member

@khareyash05 khareyash05 commented Sep 4, 2024

Update the unit test file in flask mongo to work with utg.

Closes keploy/keploy#2269

@@ -8,7 +8,7 @@
cors = CORS(app, resources={r"/api/*": {"origins": "*"}})

# Connect to MongoDB
client = MongoClient('mongodb://mongo:27017/')
client = MongoClient('mongodb://localhost:27017/')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep it to mongo by default

Copy link
Contributor

@PranshuSrivastava PranshuSrivastava left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PranshuSrivastava PranshuSrivastava merged commit 0eab33e into keploy:main Sep 5, 2024
1 check passed
Harshjosh361 pushed a commit to Harshjosh361/samples-python that referenced this pull request Oct 13, 2024
* feat:utg support

* feat:utg support

* feat:utg support

* Update app.py

Signed-off-by: Harshjosh361 <harshjosh361@gmail.com>
drishlekh pushed a commit to drishlekh/samples-python that referenced this pull request Jun 18, 2025
* feat:utg support

* feat:utg support

* feat:utg support

* Update app.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Tests not viable for Flask Mongo
2 participants