Skip to content

Commit

Permalink
Fix: again display
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Dec 31, 2024
1 parent aad0ebb commit b6fbc4e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
SPDX-License-Identifier: GPL-3.0-or-later
"""

import os
import tkinter as tk
import unittest
from tkinter import ttk
Expand All @@ -23,7 +22,6 @@ class TestDocumentationFrame(unittest.TestCase):
"""Test the DocumentationFrame class."""

def setUp(self) -> None:
os.environ["DISPLAY"] = ":0" # Set DISPLAY environment variable for headless mode
self.root = tk.Tk()
self.local_filesystem = Mock()
self.local_filesystem.get_documentation_text_and_url.return_value = ("Sample blog text", "http://example.com/blog")
Expand Down

0 comments on commit b6fbc4e

Please sign in to comment.