We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_default_architecture_static
1 parent 3989e9c commit 28e1c80Copy full SHA for 28e1c80
docker/mongodb-kubernetes-tests/tests/opsmanager/om_ops_manager_upgrade.py
@@ -278,7 +278,7 @@ class TestOpsManagerVersionUpgrade:
278
agent_version = None
279
280
def test_agent_version(self, mdb: MongoDB):
281
- if is_default_architecture_static:
+ if is_default_architecture_static():
282
# Containers will not call the upgrade endpoint. Therefore, agent_version is not part of AC
283
pod = client.CoreV1Api().read_namespaced_pod(mdb.name + "-0", mdb.namespace)
284
image_tag = pod.spec.containers[0].image.split(":")[-1]
0 commit comments