Skip to content

Commit

Permalink
another prettier (#26)
Browse files Browse the repository at this point in the history
* another prettier

Signed-off-by: almudena vivanco <[email protected]>

* make lint lets see

Signed-off-by: almudena vivanco <[email protected]>

---------

Signed-off-by: almudena vivanco <[email protected]>
Co-authored-by: almudena vivanco <[email protected]>
  • Loading branch information
MrsDaehin and almudena vivanco authored Oct 30, 2023
1 parent af3e6c9 commit 8e53efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TF_GRAFANA_PROMETHEUS_USER ?= user
TF_GRAFANA_PROMETHEUS_PASSWORD ?= password
TF_GRAFANA_TOKEN ?= token

INJECT_FAULTS ?= 1
INJECT_FAULTS ?= 0

KEDA_VERSION ?= main

Expand Down
2 changes: 1 addition & 1 deletion tests/test-scaledobject.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function () {
}

export function disrupt(data) {
if (__ENV.INJECT_FAULTS != "0") {
if (__ENV.INJECT_FAULTS != "1") {
return;
}

Expand Down

0 comments on commit 8e53efa

Please sign in to comment.