diff --git a/README.md b/README.md index 8f36f14..d36cc06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -## Stacklok QA +## Minder Smoke Tests -This repo aims to be home to tests and automation for Stacklok in general. +This repo provides smoke tests for validating the functionality of a Minder installation. Tests are written using the [Robot Framework](https://robotframework.org/) with Python as a helper language for writing custom libraries. diff --git a/resources/constants.py b/resources/constants.py index 7c069f2..4f3fc8e 100644 --- a/resources/constants.py +++ b/resources/constants.py @@ -3,4 +3,3 @@ MINDER_CONFIG = "MINDER_CONFIG" # nosec MINDER_API_ENDPOINT = "api.stacklok.com:443" -MINDER_REST_ENDPOINT = "cloud.stacklok.com:443"