Skip to content

Commit

Permalink
fix: Run k8s tests in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Jul 3, 2023
1 parent 7324dec commit c0d271f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions backend/tests/sessions/test_session_operator_k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
import kubernetes.config
import pytest

if not os.getenv("CI"):
from capellacollab.sessions.operators.k8s import (
KubernetesOperator,
lazy_b64decode,
)
from capellacollab.sessions.operators.k8s import (
KubernetesOperator,
lazy_b64decode,
)

hello = base64.b64encode(b"hello") # aGVsbG8=

Expand Down

0 comments on commit c0d271f

Please sign in to comment.