Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion resources/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
MINDER_CONFIG = "MINDER_CONFIG" # nosec

MINDER_API_ENDPOINT = "api.stacklok.com:443"
MINDER_REST_ENDPOINT = "cloud.stacklok.com:443"